aboutsummaryrefslogtreecommitdiff
path: root/3.4.6
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-28 03:48:44 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-28 03:48:44 +0000
commitbc72849d490ea720ffee6ac4f4df91d0cf0b1151 (patch)
tree4d789265c5a5abf994a770651334feb4b2245318 /3.4.6
parentanother fix from upstream (diff)
downloadgcc-patches-bc72849d490ea720ffee6ac4f4df91d0cf0b1151.tar.gz
gcc-patches-bc72849d490ea720ffee6ac4f4df91d0cf0b1151.tar.bz2
gcc-patches-bc72849d490ea720ffee6ac4f4df91d0cf0b1151.zip
backport fix from 4.1 branch for #147477
Diffstat (limited to '3.4.6')
-rw-r--r--3.4.6/gentoo/07_all_gcc34-unprotoize-deps.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/3.4.6/gentoo/07_all_gcc34-unprotoize-deps.patch b/3.4.6/gentoo/07_all_gcc34-unprotoize-deps.patch
new file mode 100644
index 0000000..aaae564
--- /dev/null
+++ b/3.4.6/gentoo/07_all_gcc34-unprotoize-deps.patch
@@ -0,0 +1,20 @@
+backport from 4.1 branch to fix:
+http://bugs.gentoo.org/147477
+
+2006-04-08 Matthias Klose <doko@debian.org>
+
+ * Makefile.in (unprotoize.o): Same dependencies as for protoize.o.
+
+--- branches/gcc-4_1-branch/gcc/Makefile.in 2006/04/08 14:31:12 112780
++++ branches/gcc-4_1-branch/gcc/Makefile.in 2006/04/08 15:13:37 112781
+@@ -3034,8 +3034,8 @@
+ $(DRIVER_DEFINES) \
+ $(srcdir)/protoize.c $(OUTPUT_OPTION))
+
+-unprotoize.o: protoize.c $(srcdir)/../include/getopt.h \
+- $(CONFIG_H) $(SYSTEM_H) Makefile version.h
++unprotoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) \
++ $(SYSTEM_H) coretypes.h $(TM_H) Makefile version.h cppdefault.h intl.h
+ (SHLIB_LINK='$(SHLIB_LINK)' \
+ SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
+ $(CC) -c -DUNPROTOIZE $(ALL_CFLAGS) $(ALL_CPPFLAGS) \