aboutsummaryrefslogtreecommitdiff
path: root/4.7.3
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-08-12 18:51:32 +0000
committerRyan Hill <rhill@gentoo.org>2013-08-12 18:51:32 +0000
commitf0d1cb114b0b74159f44b905dc57bab41a3e4cf7 (patch)
treefc96cc0903152508674fbdbc0e5c4266cf3cf097 /4.7.3
parentInstall missing plugin headers for arm (bug #467418). (diff)
downloadgcc-patches-f0d1cb114b0b74159f44b905dc57bab41a3e4cf7.tar.gz
gcc-patches-f0d1cb114b0b74159f44b905dc57bab41a3e4cf7.tar.bz2
gcc-patches-f0d1cb114b0b74159f44b905dc57bab41a3e4cf7.zip
Backport patch from 4.8 for parallel build failure (bug #463796).
Diffstat (limited to '4.7.3')
-rw-r--r--4.7.3/gentoo/93_all_4.8.0_gengtype-lex_parallel_build.patch20
-rw-r--r--4.7.3/gentoo/README.history1
2 files changed, 21 insertions, 0 deletions
diff --git a/4.7.3/gentoo/93_all_4.8.0_gengtype-lex_parallel_build.patch b/4.7.3/gentoo/93_all_4.8.0_gengtype-lex_parallel_build.patch
new file mode 100644
index 0000000..216798a
--- /dev/null
+++ b/4.7.3/gentoo/93_all_4.8.0_gengtype-lex_parallel_build.patch
@@ -0,0 +1,20 @@
+[4.7] parallel build failure: /gcc/gengtype-lex.c:1:21: fatal error: bconfig.h: No such file or directory
+
+https://bugs.gentoo.org/show_bug.cgi?id=463796
+http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01682.html
+
+ 2012-11-21 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * Makefile.in (gengtype-lex.o): Add dependency on $(BCONFIG_H).
+
+--- a/gcc/Makefile.in
++++ b/gcc/Makefile.in
+@@ -3904,7 +3904,7 @@ build/genflags.o : genflags.c $(RTL_BASE_H) $(OBSTACK_H) $(BCONFIG_H) \
+ $(SYSTEM_H) coretypes.h $(GTM_H) errors.h $(READ_MD_H) gensupport.h
+ build/gengenrtl.o : gengenrtl.c $(BCONFIG_H) $(SYSTEM_H) rtl.def
+ gengtype-lex.o build/gengtype-lex.o : gengtype-lex.c gengtype.h $(SYSTEM_H)
+-gengtype-lex.o: $(CONFIG_H)
++gengtype-lex.o: $(CONFIG_H) $(BCONFIG_H)
+ build/gengtype-lex.o: $(BCONFIG_H)
+ gengtype-parse.o build/gengtype-parse.o : gengtype-parse.c gengtype.h \
+ $(SYSTEM_H)
diff --git a/4.7.3/gentoo/README.history b/4.7.3/gentoo/README.history
index a4419f3..6134221 100644
--- a/4.7.3/gentoo/README.history
+++ b/4.7.3/gentoo/README.history
@@ -1,6 +1,7 @@
1.1 (pending)
+ 17_all_libitm-Werror.patch
+ 91_all_4.8.0_arm-plugin-headers.patch
+ + 93_all_4.8.0_gengtype-lex_parallel_build.patch
1.0 14 May 2013
+ 10_all_default-fortify-source.patch