Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/conf Do not explicitly prevent unwind table g...



details:   https://anonhg.NetBSD.org/src/rev/6873ea8827d0
branches:  trunk
changeset: 789326:6873ea8827d0
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 15 12:45:06 2013 +0000

description:
Do not explicitly prevent unwind table generation

diffstat:

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

diffs (12 lines):

diff -r a38f2a81fa8e -r 6873ea8827d0 sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc    Thu Aug 15 12:42:25 2013 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc    Thu Aug 15 12:45:06 2013 +0000
@@ -1,7 +1,6 @@
-#      $NetBSD: Makefile.shark.inc,v 1.17 2013/08/14 14:45:12 martin Exp $
+#      $NetBSD: Makefile.shark.inc,v 1.18 2013/08/15 12:45:06 martin Exp $
 
 CPPFLAGS+=             -D${MACHINE}
-CFLAGS+=               -fno-unwind-tables
 GENASSYM_EXTRAS+=      ${THISARM}/shark/genassym.cf
 
 # Need to convert the kernel from ELF to a.out so that OpenFirmware



Home | Main Index | Thread Index | Old Index