Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc.old/lib/libgomp Fix build with "USE_SSP" s...
details: https://anonhg.NetBSD.org/src/rev/1fff63ba6e67
branches: trunk
changeset: 327352:1fff63ba6e67
user: tron <tron%NetBSD.org@localhost>
date: Wed Mar 05 16:18:41 2014 +0000
description:
Fix build with "USE_SSP" set to "yes".
Problem reported by B Harder on "current-users" mailing list.
diffstat:
external/gpl3/gcc.old/lib/libgomp/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r fb059427c825 -r 1fff63ba6e67 external/gpl3/gcc.old/lib/libgomp/Makefile
--- a/external/gpl3/gcc.old/lib/libgomp/Makefile Wed Mar 05 16:02:29 2014 +0000
+++ b/external/gpl3/gcc.old/lib/libgomp/Makefile Wed Mar 05 16:18:41 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index