CVS commit: src/external/gpl3/gcc/usr.bin/common-target

2019-02-04 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Feb  5 04:45:07 UTC 2019

Modified Files:
src/external/gpl3/gcc/usr.bin/common-target: Makefile

Log Message:
remove 'common/' prefix from sources.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/usr.bin/common-target/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/usr.bin/common-target/Makefile
diff -u src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.7 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.8
--- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.7	Mon Feb  4 03:01:52 2019
+++ src/external/gpl3/gcc/usr.bin/common-target/Makefile	Tue Feb  5 04:45:07 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2019/02/04 03:01:52 mrg Exp $
+#	$NetBSD: Makefile,v 1.8 2019/02/05 04:45:07 mrg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -8,7 +8,7 @@ LIBISPRIVATE=	yes
 LIB=		common-target
 
 .include "${.CURDIR}/arch/${GCC_MACHINE_ARCH}.mk"
-SRCS=		${G_OBJS-libcommon-target:.o=.c}
+SRCS=		${G_OBJS-libcommon-target:S/common\///:.o=.c}
 
 CPPFLAGS+=	-I${GCCARCH} -I${BACKENDOBJ} -I. \
 		${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \



CVS commit: src/external/gpl3/gcc/usr.bin/common-target

2016-10-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct  6 02:58:32 UTC 2016

Modified Files:
src/external/gpl3/gcc/usr.bin/common-target: Makefile

Log Message:
fix ssp build on amigappc


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/usr.bin/common-target/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/usr.bin/common-target/Makefile
diff -u src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.4 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.5
--- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.4	Sat May 31 18:55:17 2014
+++ src/external/gpl3/gcc/usr.bin/common-target/Makefile	Wed Oct  5 22:58:32 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2014/05/31 22:55:17 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2016/10/06 02:58:32 christos Exp $
 
 LIBISPRIVATE=	yes
 
@@ -19,8 +19,9 @@ CPPFLAGS+=	-I${GCCARCH} -I${BACKENDOBJ} 
 		-DCONFIGURE_SPECS="\"\"" \
 		-I${BACKENDOBJ}
 
-COPTS.prefix.c=		-Wno-stack-protector
-COPTS.opts-common.c=	-Wno-stack-protector
+COPTS.prefix.c+=	-Wno-stack-protector
+COPTS.opts-common.c+=	-Wno-stack-protector
+COPTS.rs6000-common.c+=	-Wno-stack-protector
 
 GENPROG_ERROR_DEPENDS=errors.lo
 



CVS commit: src/external/gpl3/gcc/usr.bin/common-target

2014-03-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Mar 15 23:12:58 UTC 2014

Modified Files:
src/external/gpl3/gcc/usr.bin/common-target: Makefile

Log Message:
add missing -DGENERATOR_FILE to HOST_CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/common-target/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/usr.bin/common-target/Makefile
diff -u src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.2 src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.3
--- src/external/gpl3/gcc/usr.bin/common-target/Makefile:1.2	Wed Mar  5 21:37:02 2014
+++ src/external/gpl3/gcc/usr.bin/common-target/Makefile	Sat Mar 15 23:12:58 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2014/03/05 21:37:02 tron Exp $
+#	$NetBSD: Makefile,v 1.3 2014/03/15 23:12:58 mrg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -32,6 +32,7 @@ ${G_common_out_file:T:R}.o:  common/comm
 DPSRCS+=	options.h
 
 HOST_CPPFLAGS+=	-I${BACKENDOBJ} -I${GCCARCH} -I. -I${DIST}/include -I${DIST}/gcc
+HOST_CPPFLAGS+=	-DGENERATOR_FILE
 
 MKPIC:=		no
 MKPICLIB:=	no