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:06:16 +0000 |
commit | 9c67db02d89b48fe151a292faf65db81dd3baf50 (patch) | |
tree | 4d8d4e69eb99622ec65495d40c3d2bbf880071dc /meta/recipes-devtools/gcc/gcc-runtime.inc | |
parent | be177739b46d3296c0c0c01310b499ffc6782d43 (diff) | |
download | openembedded-core-9c67db02d89b48fe151a292faf65db81dd3baf50.tar.gz openembedded-core-9c67db02d89b48fe151a292faf65db81dd3baf50.tar.bz2 openembedded-core-9c67db02d89b48fe151a292faf65db81dd3baf50.zip |
gcc: Disable libitm for nios2
The libitm is not supported on nios2, so disable it.
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/gcc/gcc-runtime.inc')
-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 = "" RUNTIMELIBITM_mipsel = "" RUNTIMELIBITM_mips64 = "" RUNTIMELIBITM_mips64el = "" +RUNTIMELIBITM_nios2 = "" RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ |