Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libgomp Fix build with stack smash pro...
details: https://anonhg.NetBSD.org/src/rev/0e10d402baad
branches: trunk
changeset: 769784:0e10d402baad
user: tron <tron%NetBSD.org@localhost>
date: Fri Sep 23 09:36:37 2011 +0000
description:
Fix build with stack smash protection enabled.
diffstat:
external/gpl3/gcc/lib/libgomp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 2e10b56dc376 -r 0e10d402baad external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile Fri Sep 23 07:31:39 2011 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile Fri Sep 23 09:36:37 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index