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 output unwind tables, they make n...
details: https://anonhg.NetBSD.org/src/rev/96687e7c39b3
branches: trunk
changeset: 789321:96687e7c39b3
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 14 14:45:12 2013 +0000
description:
Do not output unwind tables, they make no sense for the kernel.
Do not force MACHINE=arm, to allow building eabi kernels with MACHINE=earmv4
diffstat:
sys/arch/shark/conf/Makefile.shark.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 5355d8677ae4 -r 96687e7c39b3 sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc Wed Aug 14 14:43:12 2013 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc Wed Aug 14 14:45:12 2013 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.shark.inc,v 1.16 2011/07/10 04:37:56 tsutsui Exp $
+# $NetBSD: Makefile.shark.inc,v 1.17 2013/08/14 14:45:12 martin Exp $
-MACHINE_ARCH= arm
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