aboutsummaryrefslogtreecommitdiff
path: root/4.4.4
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2010-10-25 21:52:43 +0000
committerRyan Hill <rhill@gentoo.org>2010-10-25 21:52:43 +0000
commit44ca1599bdfa85fc1f9494c435e694039bd39a4d (patch)
tree7bbb97f24f721ffd359bc005cacb8726f98d8298 /4.4.4
parentInitial 4.4.5 patchset. (diff)
downloadgcc-patches-44ca1599bdfa85fc1f9494c435e694039bd39a4d.tar.gz
gcc-patches-44ca1599bdfa85fc1f9494c435e694039bd39a4d.tar.bz2
gcc-patches-44ca1599bdfa85fc1f9494c435e694039bd39a4d.zip
Add patch for bug #337715 (parallel build error).
Diffstat (limited to '4.4.4')
-rw-r--r--4.4.4/gentoo/05_all_gcc44-pr46173-all-tree.patch16
-rw-r--r--4.4.4/gentoo/README.history3
2 files changed, 19 insertions, 0 deletions
diff --git a/4.4.4/gentoo/05_all_gcc44-pr46173-all-tree.patch b/4.4.4/gentoo/05_all_gcc44-pr46173-all-tree.patch
new file mode 100644
index 0000000..b6a7fac
--- /dev/null
+++ b/4.4.4/gentoo/05_all_gcc44-pr46173-all-tree.patch
@@ -0,0 +1,16 @@
+Parallel build error: all-tree.def: No such file or directory
+
+https://bugs.gentoo.org/337715
+http://gcc.gnu.org/PR46173
+
+--- a/gcc/Makefile.in
++++ b/gcc/Makefile.in
+@@ -3421,7 +3421,7 @@ build/genattrtab.o : genattrtab.c $(RTL_BASE_H) $(OBSTACK_H) \
+ build/genautomata.o : genautomata.c $(RTL_BASE_H) $(OBSTACK_H) \
+ $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H) errors.h vec.h \
+ $(HASHTAB_H) gensupport.h
+-build/gencheck.o : gencheck.c tree.def $(BCONFIG_H) $(GTM_H) \
++build/gencheck.o : gencheck.c all-tree.def $(BCONFIG_H) $(GTM_H) \
+ $(SYSTEM_H) coretypes.h $(lang_tree_files) gimple.def
+ build/genchecksum.o : genchecksum.c $(BCONFIG_H) $(SYSTEM_H) $(MD5_H)
+ build/gencodes.o : gencodes.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H) \
diff --git a/4.4.4/gentoo/README.history b/4.4.4/gentoo/README.history
index e6b52c5..f83db52 100644
--- a/4.4.4/gentoo/README.history
+++ b/4.4.4/gentoo/README.history
@@ -1,3 +1,6 @@
+1.3 pending
+ + 05_all_gcc44-pr46173-all-tree.patch
+
1.2 15.09.2010
+ 20_all_mudflap-setuid-env.patch
+ 50_all_pr45312-kernel-miscompile.patch