aboutsummaryrefslogtreecommitdiff
path: root/4.3.5
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2010-10-16 07:38:22 +0000
committerRyan Hill <rhill@gentoo.org>2010-10-16 07:38:22 +0000
commit99a4e93603230c43c0112164afccca76ecbda80c (patch)
tree5404ae1ff112cec4c9808fe913af7d708f1fb99a /4.3.5
parentPush out SuperH multilib fix #320251. (diff)
downloadgcc-patches-99a4e93603230c43c0112164afccca76ecbda80c.tar.gz
gcc-patches-99a4e93603230c43c0112164afccca76ecbda80c.tar.bz2
gcc-patches-99a4e93603230c43c0112164afccca76ecbda80c.zip
Add patch for bug #256608 (broken manpage generation in parallel builds).
Diffstat (limited to '4.3.5')
-rw-r--r--4.3.5/gentoo/05_all_pr40010-manpages.patch16
-rw-r--r--4.3.5/gentoo/README.history3
2 files changed, 19 insertions, 0 deletions
diff --git a/4.3.5/gentoo/05_all_pr40010-manpages.patch b/4.3.5/gentoo/05_all_pr40010-manpages.patch
new file mode 100644
index 0000000..bd9cd60
--- /dev/null
+++ b/4.3.5/gentoo/05_all_pr40010-manpages.patch
@@ -0,0 +1,16 @@
+Fix manpage generation w/ parallel builds.
+
+https://bugs.gentoo.org/256608
+http://gcc.gnu.org/PR40010
+
+--- a/gcc/Makefile.in
++++ b/gcc/Makefile.in
+@@ -3808,7 +3808,7 @@ cpp.pod: cpp.texi cppenv.texi cppopts.texi
+ # These next rules exist because the output name is not the same as
+ # the input name, so our implicit %.pod rule will not work.
+
+-gcc.pod: invoke.texi cppenv.texi cppopts.texi
++gcc.pod: invoke.texi cppenv.texi cppopts.texi gcc-vers.texi
+ $(STAMP) $@
+ -$(TEXI2POD) $< > $@
+ gfdl.pod: fdl.texi
diff --git a/4.3.5/gentoo/README.history b/4.3.5/gentoo/README.history
index 6beb532..7a6e255 100644
--- a/4.3.5/gentoo/README.history
+++ b/4.3.5/gentoo/README.history
@@ -1,3 +1,6 @@
+1.1 [pending]
+ + 05_all_pr40010-manpages.patch
+
1.0 09.06.2010
+ 00_all_gcc-4.1-alpha-mieee-default.patch
+ 00_all_gcc-trampolinewarn.patch