diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-07-13 06:46:17 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-07-13 06:52:14 +0000 |
commit | 5e4b96e23871ee28ef593b439f8c07ca7c7eb5bb (patch) | |
tree | b1d10452e1f57da3f1d60f4b707a003fa9d3d66e /main/gcc/ada-aarch64-multiarch.patch | |
parent | d7ce4462f7a826e483be426d96537d52b6e2cc20 (diff) | |
download | aports-5e4b96e23871ee28ef593b439f8c07ca7c7eb5bb.tar.bz2 aports-5e4b96e23871ee28ef593b439f8c07ca7c7eb5bb.tar.xz |
main/gcc: update to 6.4.0
- remove patches merged upstream
- remove aarch64 workaround needed for PR77455 that is now fixed
Diffstat (limited to 'main/gcc/ada-aarch64-multiarch.patch')
-rw-r--r-- | main/gcc/ada-aarch64-multiarch.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/gcc/ada-aarch64-multiarch.patch b/main/gcc/ada-aarch64-multiarch.patch new file mode 100644 index 0000000000..ac60b6f6a2 --- /dev/null +++ b/main/gcc/ada-aarch64-multiarch.patch @@ -0,0 +1,16 @@ +--- gcc-6.4.0/gcc/ada/gcc-interface/Makefile.in.orig ++++ gcc-6.4.0/gcc/ada/gcc-interface/Makefile.in +@@ -2042,13 +2042,8 @@ + system.ads<system-linux-x86_64.ads + ## ^^ Note the above is a pretty-close placeholder. + +- ifneq (,$(or $(filter aarch64-linux-gnu, $(shell $(GCC_FOR_TARGET) $(GNATLIBCFLAGS) -print-multiarch)), $(filter ../lib64, $(shell $(GCC_FOR_TARGET) $(GNATLIBCFLAGS) -print-multi-os-directory)))) + LIBGNAT_TARGET_PAIRS = \ + $(LIBGNAT_TARGET_PAIRS_COMMON) $(LIBGNAT_TARGET_PAIRS_64) +- else +- LIBGNAT_TARGET_PAIRS = \ +- $(LIBGNAT_TARGET_PAIRS_COMMON) $(LIBGNAT_TARGET_PAIRS_32) +- endif + + TOOLS_TARGET_PAIRS = \ + mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \ |