Module Name:    src
Committed By:   mrg
Date:           Thu Jul  7 06:01:30 UTC 2011

Modified Files:
        src/sys/arch/ews4800mips/stand/boot: Makefile

Log Message:
apply some -fno-strict-aliasing


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ews4800mips/stand/boot/Makefile

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/ews4800mips/stand/boot/Makefile
diff -u src/sys/arch/ews4800mips/stand/boot/Makefile:1.12 src/sys/arch/ews4800mips/stand/boot/Makefile:1.13
--- src/sys/arch/ews4800mips/stand/boot/Makefile:1.12	Sat Jan 22 19:19:17 2011
+++ src/sys/arch/ews4800mips/stand/boot/Makefile	Thu Jul  7 06:01:30 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2011/01/22 19:19:17 joerg Exp $
+#	$NetBSD: Makefile,v 1.13 2011/07/07 06:01:30 mrg Exp $
 
 WARNS		?= 1
 NOMAN		=
@@ -141,3 +141,5 @@
 	gzip -9c ${BOOT_KERNEL} > ${.TARGET}.tmp
 	mv ${.TARGET}.tmp ${.TARGET}
 	ls -al ${.TARGET}
+
+COPTS.ustarfs.c+=	-fno-strict-aliasing

Reply via email to