Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin Fix remaining SSP build issues if ...
details: https://anonhg.NetBSD.org/src/rev/e00d0a8d7582
branches: trunk
changeset: 767477:e00d0a8d7582
user: tron <tron%NetBSD.org@localhost>
date: Tue Jul 19 15:59:01 2011 +0000
description:
Fix remaining SSP build issues if GCC 4.5 is used.
diffstat:
external/gpl3/gcc/usr.bin/backend/Makefile | 4 ++--
external/gpl3/gcc/usr.bin/cpp/Makefile | 4 +++-
external/gpl3/gcc/usr.bin/frontend/Makefile | 4 ++--
external/gpl3/gcc/usr.bin/gcov/Makefile | 4 +++-
4 files changed, 10 insertions(+), 6 deletions(-)
diffs (70 lines):
diff -r e9112cf66993 -r e00d0a8d7582 external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile Tue Jul 19 15:55:26 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile Tue Jul 19 15:59:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/07/19 01:37:59 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2011/07/19 15:59:01 tron Exp $
LIBISPRIVATE= yes
@@ -309,7 +309,7 @@
.endif
insn-emit.d insn-emit.o: tm-constrs.h
-COPTS+=-Wno-stack-protector
+CFLAGS+= -Wno-stack-protector
.if ${MACHINE_ARCH} == "m68000"
COPTS.lambda-code.c= -O0
diff -r e9112cf66993 -r e00d0a8d7582 external/gpl3/gcc/usr.bin/cpp/Makefile
--- a/external/gpl3/gcc/usr.bin/cpp/Makefile Tue Jul 19 15:55:26 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/cpp/Makefile Tue Jul 19 15:59:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/07/02 14:06:42 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/19 15:59:02 tron Exp $
# For ../Makefile.inc and bsd.own.mk
.include <bsd.init.mk>
@@ -38,6 +38,8 @@
LDADD+= -lintl
+COPTS+= -Wno-stack-protector
+
.include <bsd.info.mk>
.PATH: ${DIST}/gcc ${DIST}/gcc/doc
diff -r e9112cf66993 -r e00d0a8d7582 external/gpl3/gcc/usr.bin/frontend/Makefile
--- a/external/gpl3/gcc/usr.bin/frontend/Makefile Tue Jul 19 15:55:26 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/frontend/Makefile Tue Jul 19 15:59:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/07/02 14:06:42 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2011/07/19 15:59:02 tron Exp $
LIBISPRIVATE= yes
@@ -34,7 +34,7 @@
.include <bsd.lib.mk>
-COPTS+= -Wno-stack-protector
+CFLAGS+= -Wno-stack-protector
.PATH: ${DIST}/gcc
diff -r e9112cf66993 -r e00d0a8d7582 external/gpl3/gcc/usr.bin/gcov/Makefile
--- a/external/gpl3/gcc/usr.bin/gcov/Makefile Tue Jul 19 15:55:26 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcov/Makefile Tue Jul 19 15:59:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/06/28 09:31:11 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/19 15:59:02 tron Exp $
.include <bsd.own.mk>
@@ -15,4 +15,6 @@
LDADD= -L${LIBIBERTYOBJ} -liberty -lintl
+COPTS+= -Wno-stack-protector
+
.PATH: ${DIST}/gcc
Home |
Main Index |
Thread Index |
Old Index