Module Name: src
Committed By: snj
Date: Wed Feb 4 06:57:37 UTC 2015
Modified Files:
src/external/gpl3/gcc/usr.bin/backend [netbsd-7]: Makefile
Log Message:
Pull up following revision(s) (requested by chs in ticket #486):
external/gpl3/gcc/usr.bin/backend/Makefile: revision 1.24
update m68k gcc bug workarounds for gcc 4.8. fixes PR 49609.
To generate a diff of this commit:
cvs rdiff -u -r1.22.2.1 -r1.22.2.2 \
src/external/gpl3/gcc/usr.bin/backend/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.22.2.1 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.22.2.2
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.22.2.1 Sun Jan 25 00:19:41 2015
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile Wed Feb 4 06:57:37 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22.2.1 2015/01/25 00:19:41 martin Exp $
+# $NetBSD: Makefile,v 1.22.2.2 2015/02/04 06:57:37 snj Exp $
LIBISPRIVATE= yes
@@ -398,9 +398,9 @@ COPTS.recog.c=-O0
CFLAGS+= -Wno-stack-protector
-.if ${GCC_MACHINE_ARCH} == "m68000" || ${GCC_MACHINE_ARCH} == "m68k"
-COPTS.lambda-code.c= -O0
-COPTS.tree-loop-linear.c= -O0
+.if ${GCC_MACHINE_ARCH} == "m68000" || ${GCC_MACHINE_ARCH} == "m68k" || \
+ ${GCC_MACHINE_ARCH} == "coldfire"
+COPTS.tree-loop-distribution.c= -O2
.endif
COPTS.tree.c= ${${ACTIVE_CC} == "clang" :? -O0 :}