vapier 15/08/10 11:08:03
Modified:
93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
README.history
Log:
fix parallel build issue w/bconfig.h and gengtype-lex.c
Revision Changes Path
1.2
src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch?r1=1.1&r2=1.2
Index: 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
===================================================================
RCS file:
/var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch 31 Mar
2015 06:19:50 -0000 1.1
+++ 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch 10 Aug
2015 11:08:02 -0000 1.2
@@ -12,6 +12,9 @@
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202894
138bc75d-0d04-0410-961f-82ee72b054a4
which adds to-wrapper.o to ALL_HOST_BACKEND_OBJS
+note: this also includes a small change to the flex command:
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57125#c9
+
From ed89620f0e3de714864805f5d29dbab0341a1746 Mon Sep 17 00:00:00 2001
From: jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 3 Dec 2014 16:44:27 +0000
@@ -124,6 +127,19 @@
build/genmddeps.o: genmddeps.c $(BCONFIG_H) $(SYSTEM_H) coretypes.h \
errors.h $(READ_MD_H)
build/genmodes.o : genmodes.c $(BCONFIG_H) $(SYSTEM_H) errors.h
\
+@@ -2623,11 +2623,7 @@
+ # bconfig.h because AIX requires _LARGE_FILES to be defined before
+ # any system header is included.
+ gengtype-lex.c : gengtype-lex.l
+- -$(FLEX) $(FLEXFLAGS) -o$@ $< && { \
+- echo '#include "bconfig.h"' > [email protected]; \
+- cat $@ >> [email protected]; \
+- mv [email protected] $@; \
+- }
++ $(FLEX) $(FLEXFLAGS) -o$@ $<
+
+ #
+ # Remake internationalization support.
diff --git a/gcc/errors.c b/gcc/errors.c
index be38b1f..a6a30fe 100644
--- a/gcc/errors.c
1.8 src/patchsets/gcc/4.8.4/gentoo/README.history
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?r1=1.7&r2=1.8
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.history 27 May 2015 15:58:01 -0000 1.7
+++ README.history 10 Aug 2015 11:08:02 -0000 1.8
@@ -1,3 +1,6 @@
+1.7 10 Aug 2015
+ U 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
+
1.6 27 May 2015
+ 45_all_linux-pthread-reentrant.patch