diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-28 15:35:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-28 15:36:20 +0000 |
commit | f76673fb030820b2053cad7e5b81ece31079d4cc (patch) | |
tree | 76c4bead9f194774c9e62faec59181fefb1a521c /testing/gcc6/051_all_libiberty-pic.patch | |
parent | bee941037412f7cad59a6cbe9965568dc5052040 (diff) | |
download | aports-f76673fb030820b2053cad7e5b81ece31079d4cc.tar.bz2 aports-f76673fb030820b2053cad7e5b81ece31079d4cc.tar.xz |
testing/gcc6: new aport
gcc6-java is needed for bootstrapping openjdk7
Diffstat (limited to 'testing/gcc6/051_all_libiberty-pic.patch')
-rw-r--r-- | testing/gcc6/051_all_libiberty-pic.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/gcc6/051_all_libiberty-pic.patch b/testing/gcc6/051_all_libiberty-pic.patch new file mode 100644 index 0000000000..b6160a7307 --- /dev/null +++ b/testing/gcc6/051_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 + |