Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/conf build machdep.c with -O1 to work around a...



details:   https://anonhg.NetBSD.org/src/rev/89bff3dc558d
branches:  trunk
changeset: 770113:89bff3dc558d
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Oct 04 04:05:17 2011 +0000

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

diffstat:

 sys/arch/x68k/conf/Makefile.x68k |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f98763658401 -r 89bff3dc558d sys/arch/x68k/conf/Makefile.x68k
--- a/sys/arch/x68k/conf/Makefile.x68k  Tue Oct 04 04:04:15 2011 +0000
+++ b/sys/arch/x68k/conf/Makefile.x68k  Tue Oct 04 04:05:17 2011 +0000
@@ -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 @@
 ## (7) misc settings
 ##
 
-
+# XXX work around gcc 4.5 issue
+COPTS.machdep.c += -O1
 
 ##
 ## (8) config(8) generated machinery



Home | Main Index | Thread Index | Old Index