summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-03-09 12:30:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-10 23:13:54 +0000
commit001bdefca023f41d89824cdb2b85832bf7824b26 (patch)
treea808431f343b15a484f62548fe384b0357a81237 /meta/recipes-devtools/gcc
parentd53413d3a8444c38a83ea37867c8af7754d8e702 (diff)
downloadpoky-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/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc1
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 = ""
15RUNTIMELIBITM_mipsel = "" 15RUNTIMELIBITM_mipsel = ""
16RUNTIMELIBITM_mips64 = "" 16RUNTIMELIBITM_mips64 = ""
17RUNTIMELIBITM_mips64el = "" 17RUNTIMELIBITM_mips64el = ""
18RUNTIMELIBITM_nios2 = ""
18 19
19RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ 20RUNTIMETARGET = "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)} \