Module Name:    src
Committed By:   christos
Date:           Thu Oct  6 02:58:32 UTC 2016

Modified Files:
        src/external/gpl3/gcc/usr.bin/common-target: Makefile

Log Message:
fix ssp build on amigappc


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/usr.bin/common-target/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/common-target/Makefile
diff -u src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.4 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.5
--- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.4	Sat May 31 18:55:17 2014
+++ src/external/gpl3/gcc/usr.bin/common-target/Makefile	Wed Oct  5 22:58:32 2016
@@ -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 @@ CPPFLAGS+=	-I${GCCARCH} -I${BACKENDOBJ} 
 		-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
 

Reply via email to