diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2018-09-20 23:42:30 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-21 18:45:47 -0700 |
commit | bcc4628c6c3cb02815a8d411f248e31a75db8182 (patch) | |
tree | d0324fa7189e9d343d1411a847c84de307856ee0 /meta/recipes-devtools/gcc | |
parent | d5354055a6248d9f371a3f38760fcd277a9938d3 (diff) | |
download | poky-bcc4628c6c3cb02815a8d411f248e31a75db8182.tar.gz |
gcc: Disable libitm for ARC
The libitm is not supported on ARC, so disable it
(From OE-Core rev: 6840f54cbac88e8a8f70384775771c4fda20b9c9)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.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')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 72b8081cd3..9e7e7c5b3d 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -17,6 +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_arc = "" | ||
20 | RUNTIMELIBITM_mipsarch = "" | 21 | RUNTIMELIBITM_mipsarch = "" |
21 | RUNTIMELIBITM_nios2 = "" | 22 | RUNTIMELIBITM_nios2 = "" |
22 | RUNTIMELIBITM_microblaze = "" | 23 | RUNTIMELIBITM_microblaze = "" |