aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-06-04 05:21:14 +0000
committerRyan Hill <rhill@gentoo.org>2013-06-04 05:21:14 +0000
commit07f0f3dd2921767c94f853ab68814fb11f7acd45 (patch)
treec92272981263d8e4e0b9affed1a3c8872eef7106 /4.8.1/gentoo/51_all_libiberty-pic.patch
parentAdd gcc 4.8.1 piepatchset (diff)
downloadgcc-patches-07f0f3dd2921767c94f853ab68814fb11f7acd45.tar.gz
gcc-patches-07f0f3dd2921767c94f853ab68814fb11f7acd45.tar.bz2
gcc-patches-07f0f3dd2921767c94f853ab68814fb11f7acd45.zip
Initial 4.8.1 patchset based of latest 4.8.0 patchset.
Diffstat (limited to '4.8.1/gentoo/51_all_libiberty-pic.patch')
-rw-r--r--4.8.1/gentoo/51_all_libiberty-pic.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/4.8.1/gentoo/51_all_libiberty-pic.patch b/4.8.1/gentoo/51_all_libiberty-pic.patch
new file mode 100644
index 0000000..b6160a7
--- /dev/null
+++ b/4.8.1/gentoo/51_all_libiberty-pic.patch
@@ -0,0 +1,10 @@
+--- a/libiberty/Makefile.in
++++ b/libiberty/Makefile.in
+@@ -246,6 +246,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
+ $(AR) $(AR_FLAGS) $(TARGETLIB) \
+ $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
+ $(RANLIB) $(TARGETLIB); \
++ cp $(TARGETLIB) ../ ; \
+ cd ..; \
+ else true; fi
+