Module Name: src
Committed By: tron
Date: Fri Sep 23 09:36:38 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile
Log Message:
Fix build with stack smash protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/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/lib/libgomp/Makefile
diff -u src/external/gpl3/gcc/lib/libgomp/Makefile:1.4 src/external/gpl3/gcc/lib/libgomp/Makefile:1.5
--- src/external/gpl3/gcc/lib/libgomp/Makefile:1.4 Fri Sep 23 06:47:54 2011
+++ src/external/gpl3/gcc/lib/libgomp/Makefile Fri Sep 23 09:36:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/09/23 06:47:54 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/23 09:36:37 tron Exp $
# build GCC's libgomp, so that -fopenmp works.
@@ -70,3 +70,5 @@
.endif # }
.include <bsd.lib.mk>
+
+COPTS+= -Wno-stack-protector