Module Name:    src
Committed By:   snj
Date:           Wed Mar  4 09:45:27 UTC 2015

Modified Files:
        src/sys/arch/shark/conf [netbsd-7]: Makefile.shark.inc

Log Message:
Pull up following revision(s) (requested by martin in ticket #556):
        sys/arch/shark/conf/Makefile.shark.inc: revision 1.24
Put -fno-unwind-tables into CFLAGS instead of COPTS - the old version caused
DEFCOPTS not to be propagated into COPTS, which means no optimization
for the kernel - ooops!


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.4.1 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.19 src/sys/arch/shark/conf/Makefile.shark.inc:1.19.4.1
--- src/sys/arch/shark/conf/Makefile.shark.inc:1.19	Thu Aug 22 20:03:15 2013
+++ src/sys/arch/shark/conf/Makefile.shark.inc	Wed Mar  4 09:45:27 2015
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile.shark.inc,v 1.19 2013/08/22 20:03:15 martin Exp $
+#	$NetBSD: Makefile.shark.inc,v 1.19.4.1 2015/03/04 09:45:27 snj Exp $
 
 CPPFLAGS+=		-D${MACHINE}
-COPTS+=			-fno-unwind-tables
+CFLAGS+=		-fno-unwind-tables
 GENASSYM_EXTRAS+=	${THISARM}/shark/genassym.cf
 
 # Need to convert the kernel from ELF to a.out so that OpenFirmware

Reply via email to