Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin/common-target fix ssp build on ami...



details:   https://anonhg.NetBSD.org/src/rev/9180064111e3
branches:  trunk
changeset: 818297:9180064111e3
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 06 02:58:32 2016 +0000

description:
fix ssp build on amigappc

diffstat:

 external/gpl3/gcc/usr.bin/common-target/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 505153ef9500 -r 9180064111e3 external/gpl3/gcc/usr.bin/common-target/Makefile
--- a/external/gpl3/gcc/usr.bin/common-target/Makefile  Thu Oct 06 02:44:48 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/common-target/Makefile  Thu Oct 06 02:58:32 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2014/05/31 22:55:17 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2016/10/06 02:58:32 christos Exp $
 
 LIBISPRIVATE=  yes
 
@@ -19,8 +19,9 @@
                -DCONFIGURE_SPECS="\"\"" \
                -I${BACKENDOBJ}
 
-COPTS.prefix.c=                -Wno-stack-protector
-COPTS.opts-common.c=   -Wno-stack-protector
+COPTS.prefix.c+=       -Wno-stack-protector
+COPTS.opts-common.c+=  -Wno-stack-protector
+COPTS.rs6000-common.c+=        -Wno-stack-protector
 
 GENPROG_ERROR_DEPENDS=errors.lo
 



Home | Main Index | Thread Index | Old Index