Module Name: src Committed By: martin Date: Wed Aug 14 14:45:12 UTC 2013
Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/shark/conf/Makefile.shark.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/shark/conf/Makefile.shark.inc diff -u src/sys/arch/shark/conf/Makefile.shark.inc:1.16 src/sys/arch/shark/conf/Makefile.shark.inc:1.17 --- src/sys/arch/shark/conf/Makefile.shark.inc:1.16 Sun Jul 10 04:37:56 2011 +++ src/sys/arch/shark/conf/Makefile.shark.inc Wed Aug 14 14:45:12 2013 @@ -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