Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats/conf Use -fno-unwind-tables when creating a.o...



details:   https://anonhg.NetBSD.org/src/rev/e452b4017b7e
branches:  trunk
changeset: 789382:e452b4017b7e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 17 19:57:09 2013 +0000

description:
Use  -fno-unwind-tables when creating a.out kernels.

diffstat:

 sys/arch/cats/conf/Makefile.cats.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 979f26e06389 -r e452b4017b7e sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Sat Aug 17 18:48:01 2013 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Sat Aug 17 19:57:09 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.26 2013/06/27 01:01:08 matt Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.27 2013/08/17 19:57:09 skrll Exp $
 
 MACHINE_ARCH?= arm
 CPPFLAGS+=     -D${MACHINE}
@@ -11,6 +11,8 @@
 # Need to convert the kernel from ELF to a.out so that the firmware
 # can load it.
 
+CFLAGS+=       -fno-unwind-tables
+
 LINKFLAGS=     -T ldscript
 
 SYSTEM_LD_HEAD_EXTRA+=; \



Home | Main Index | Thread Index | Old Index