summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime.inc
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-11-08 17:12:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-15 15:19:53 +0000
commitb1d8d057f422389bed090c2cb1ce1db53d2a31c3 (patch)
tree72ed7582d2f287a0747e67d8515209fe99be6b2d /meta/recipes-devtools/gcc/gcc-runtime.inc
parent15b361fd6050088608870944962760e9cb50ba0d (diff)
downloadpoky-b1d8d057f422389bed090c2cb1ce1db53d2a31c3.tar.gz
gcc-runtime: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined (From OE-Core rev: c84c884da5007539ea290587c468f30c19f568e9) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> 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-runtime.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 15252f1a40..d56f82ac8d 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -17,14 +17,7 @@ EXTRA_OECONF_PATHS = "\
17EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" 17EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
18 18
19RUNTIMELIBITM = "libitm" 19RUNTIMELIBITM = "libitm"
20RUNTIMELIBITM_mips = "" 20RUNTIMELIBITM_mipsarch = ""
21RUNTIMELIBITM_mipsel = ""
22RUNTIMELIBITM_mips64 = ""
23RUNTIMELIBITM_mips64el = ""
24RUNTIMELIBITM_mipsisa32r6 = ""
25RUNTIMELIBITM_mipsisa32r6el = ""
26RUNTIMELIBITM_mipsisa64r6 = ""
27RUNTIMELIBITM_mipsisa64r6el = ""
28RUNTIMELIBITM_nios2 = "" 21RUNTIMELIBITM_nios2 = ""
29RUNTIMELIBITM_microblaze = "" 22RUNTIMELIBITM_microblaze = ""
30 23