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 Re-add -fno-unwind-tables, otherwise eab...
details: https://anonhg.NetBSD.org/src/rev/ed9392945cff
branches: trunk
changeset: 789572:ed9392945cff
user: martin <martin%NetBSD.org@localhost>
date: Thu Aug 22 20:03:15 2013 +0000
description:
Re-add -fno-unwind-tables, otherwise eabi kernels fail to boot (bug in
objcopy?)
diffstat:
sys/arch/shark/conf/Makefile.shark.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d824f578542f -r ed9392945cff sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc Thu Aug 22 20:00:43 2013 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc Thu Aug 22 20:03:15 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.shark.inc,v 1.18 2013/08/15 12:45:06 martin Exp $
+# $NetBSD: Makefile.shark.inc,v 1.19 2013/08/22 20:03:15 martin Exp $
CPPFLAGS+= -D${MACHINE}
+COPTS+= -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