diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-08 17:12:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:19:53 +0000 |
commit | b1d8d057f422389bed090c2cb1ce1db53d2a31c3 (patch) | |
tree | 72ed7582d2f287a0747e67d8515209fe99be6b2d /meta/recipes-devtools | |
parent | 15b361fd6050088608870944962760e9cb50ba0d (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 9 |
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 = "\ | |||
17 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | 17 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" |
18 | 18 | ||
19 | RUNTIMELIBITM = "libitm" | 19 | RUNTIMELIBITM = "libitm" |
20 | RUNTIMELIBITM_mips = "" | 20 | RUNTIMELIBITM_mipsarch = "" |
21 | RUNTIMELIBITM_mipsel = "" | ||
22 | RUNTIMELIBITM_mips64 = "" | ||
23 | RUNTIMELIBITM_mips64el = "" | ||
24 | RUNTIMELIBITM_mipsisa32r6 = "" | ||
25 | RUNTIMELIBITM_mipsisa32r6el = "" | ||
26 | RUNTIMELIBITM_mipsisa64r6 = "" | ||
27 | RUNTIMELIBITM_mipsisa64r6el = "" | ||
28 | RUNTIMELIBITM_nios2 = "" | 21 | RUNTIMELIBITM_nios2 = "" |
29 | RUNTIMELIBITM_microblaze = "" | 22 | RUNTIMELIBITM_microblaze = "" |
30 | 23 | ||