Module Name:    src
Committed By:   chs
Date:           Tue Oct  4 04:05:17 UTC 2011

Modified Files:
        src/sys/arch/x68k/conf: Makefile.x68k

Log Message:
build machdep.c with -O1 to work around a gcc 4.5 issue.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/x68k/conf/Makefile.x68k

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/x68k/conf/Makefile.x68k
diff -u src/sys/arch/x68k/conf/Makefile.x68k:1.62 src/sys/arch/x68k/conf/Makefile.x68k:1.63
--- src/sys/arch/x68k/conf/Makefile.x68k:1.62	Fri Jan 21 15:59:10 2011
+++ src/sys/arch/x68k/conf/Makefile.x68k	Tue Oct  4 04:05:17 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.x68k,v 1.62 2011/01/21 15:59:10 joerg Exp $
+#	$NetBSD: Makefile.x68k,v 1.63 2011/10/04 04:05:17 chs Exp $
 #
 # Makefile for NetBSD
 #
@@ -84,7 +84,8 @@ intio.o vm_machdep.o: Makefile
 ## (7) misc settings
 ##
 
-
+# XXX work around gcc 4.5 issue
+COPTS.machdep.c += -O1
 
 ##
 ## (8) config(8) generated machinery

Reply via email to