diff options
author | Marek Vasut <marex@denx.de> | 2016-03-09 12:30:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-10 23:13:54 +0000 |
commit | 001bdefca023f41d89824cdb2b85832bf7824b26 (patch) | |
tree | a808431f343b15a484f62548fe384b0357a81237 /meta/recipes-devtools | |
parent | d53413d3a8444c38a83ea37867c8af7754d8e702 (diff) | |
download | poky-001bdefca023f41d89824cdb2b85832bf7824b26.tar.gz |
gcc: Disable libitm for nios2
The libitm is not supported on nios2, so disable it.
(From OE-Core rev: 9c67db02d89b48fe151a292faf65db81dd3baf50)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ley Foon Tan <lftan@altera.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
Cc: Walter Goossens <waltergoossens@home.nl>
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 | 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 1c3dd54e54..312103c3ce 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -15,6 +15,7 @@ RUNTIMELIBITM_mips = "" | |||
15 | RUNTIMELIBITM_mipsel = "" | 15 | RUNTIMELIBITM_mipsel = "" |
16 | RUNTIMELIBITM_mips64 = "" | 16 | RUNTIMELIBITM_mips64 = "" |
17 | RUNTIMELIBITM_mips64el = "" | 17 | RUNTIMELIBITM_mips64el = "" |
18 | RUNTIMELIBITM_nios2 = "" | ||
18 | 19 | ||
19 | RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ | 20 | RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ |
20 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ | 21 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ |