Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/stand/boot apply some -fno-strict-aliasing
details: https://anonhg.NetBSD.org/src/rev/c0c6c9314a23
branches: trunk
changeset: 767021:c0c6c9314a23
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jul 07 06:01:30 2011 +0000
description:
apply some -fno-strict-aliasing
diffstat:
sys/arch/ews4800mips/stand/boot/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r fe2d1eeb10c0 -r c0c6c9314a23 sys/arch/ews4800mips/stand/boot/Makefile
--- a/sys/arch/ews4800mips/stand/boot/Makefile Thu Jul 07 06:01:12 2011 +0000
+++ b/sys/arch/ews4800mips/stand/boot/Makefile Thu Jul 07 06:01:30 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index