summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-01 13:28:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:57:25 +0100
commit6074ed6cd46e5167903e835508d4d6062bf04501 (patch)
tree8c69d915ac0aeed93dc02cbdc695abf00dd2535d /meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
parent14c90118287a1be1766f92410c2b14f6b72b7a57 (diff)
downloadpoky-6074ed6cd46e5167903e835508d4d6062bf04501.tar.gz
gcc: remove GCC 4.9
(From OE-Core rev: 615b784bd3d53a77b7e34e3879a72e7e51477db6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch b/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
deleted file mode 100644
index f29559698a..0000000000
--- a/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1Disable the MULTILIB_OSDIRNAMES and other multilib options.
2
3Hard coding the MULTILIB_OSDIRNAMES with ../lib64 is causing problems on
4systems where the libdir is NOT set to /lib64. This is allowed by the ABI, as
5long as the dynamic loader is present in /lib.
6
7We simply want to use the default rules in gcc to find and configure the
8normal libdir.
9
10Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
11
12Index: gcc-4.9.1/gcc/config/aarch64/t-aarch64-linux
13===================================================================
14--- gcc-4.9.1.orig/gcc/config/aarch64/t-aarch64-linux
15+++ gcc-4.9.1/gcc/config/aarch64/t-aarch64-linux
16@@ -21,11 +21,11 @@
17 LIB1ASMSRC = aarch64/lib1funcs.asm
18 LIB1ASMFUNCS = _aarch64_sync_cache_range
19
20-AARCH_BE = $(if $(findstring TARGET_BIG_ENDIAN_DEFAULT=1, $(tm_defines)),_be)
21-MULTILIB_OSDIRNAMES = .=../lib64$(call if_multiarch,:aarch64$(AARCH_BE)-linux-gnu)
22-MULTIARCH_DIRNAME = $(call if_multiarch,aarch64$(AARCH_BE)-linux-gnu)
23+#AARCH_BE = $(if $(findstring TARGET_BIG_ENDIAN_DEFAULT=1, $(tm_defines)),_be)
24+#MULTILIB_OSDIRNAMES = .=../lib64$(call if_multiarch,:aarch64$(AARCH_BE)-linux-gnu)
25+#MULTIARCH_DIRNAME = $(call if_multiarch,aarch64$(AARCH_BE)-linux-gnu)
26
27 # Disable the multilib for linux-gnu targets for the time being; focus
28 # on the baremetal targets.
29-MULTILIB_OPTIONS =
30-MULTILIB_DIRNAMES =
31+#MULTILIB_OPTIONS =
32+#MULTILIB_DIRNAMES =