Module Name:    src
Committed By:   tron
Date:           Wed Mar  5 16:18:41 UTC 2014

Modified Files:
        src/external/gpl3/gcc.old/lib/libgomp: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes".

Problem reported by B Harder on "current-users" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/gpl3/gcc.old/lib/libgomp/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.old/lib/libgomp/Makefile
diff -u src/external/gpl3/gcc.old/lib/libgomp/Makefile:1.1.1.2 src/external/gpl3/gcc.old/lib/libgomp/Makefile:1.2
--- src/external/gpl3/gcc.old/lib/libgomp/Makefile:1.1.1.2	Wed Feb 26 10:57:30 2014
+++ src/external/gpl3/gcc.old/lib/libgomp/Makefile	Wed Mar  5 16:18:41 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1.1.2 2014/02/26 10:57:30 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2014/03/05 16:18:41 tron Exp $
 
 # build GCC's libgomp, so that -fopenmp works.
 
@@ -73,6 +73,9 @@ INCSDIR=	/usr/include/gcc-4.5
 libinstall::
 .endif			# }
 
+COPTS.team.c = -Wno-stack-protector
+COPTS.task.c = -Wno-stack-protector
+
 .include <bsd.lib.mk>
 
 .PATH:	${ARCHDIR} ${DIST}/libgomp ${DIST}/libgomp/config/posix

Reply via email to