summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-01-25 21:20:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-01-25 21:20:43 +0000
commit411cd00efbf47af2f7feed8f67484d98d0e7c8aa (patch)
tree7ec70eb83bd3c12b8d492886a5bd8ad3adf75203 /src/patchsets/gcc/7.3.0/gentoo/51_all_libiberty-pic.patch
parentgcc/7.3.0: initial patchset (diff)
downloadgentoo-411cd00efbf47af2f7feed8f67484d98d0e7c8aa.tar.gz
gentoo-411cd00efbf47af2f7feed8f67484d98d0e7c8aa.tar.bz2
gentoo-411cd00efbf47af2f7feed8f67484d98d0e7c8aa.zip
gcc/7.3.0: initial patchset, take 2 (moved patches to gentoo/)
Diffstat (limited to 'src/patchsets/gcc/7.3.0/gentoo/51_all_libiberty-pic.patch')
-rw-r--r--src/patchsets/gcc/7.3.0/gentoo/51_all_libiberty-pic.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/patchsets/gcc/7.3.0/gentoo/51_all_libiberty-pic.patch b/src/patchsets/gcc/7.3.0/gentoo/51_all_libiberty-pic.patch
new file mode 100644
index 0000000000..b6160a7307
--- /dev/null
+++ b/src/patchsets/gcc/7.3.0/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
+