aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime.inc
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-03-10 14:29:31 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-11 16:50:28 +0000
commit18f127765f1cdcf531f29c58641a256c199d888c (patch)
tree741c6097e3ca65178df0450a1fa39ff65a01228f /meta/recipes-devtools/gcc/gcc-runtime.inc
parent862a3892feb2628282e1d6f2e4498a7a3bd60cbf (diff)
downloadopenembedded-core-18f127765f1cdcf531f29c58641a256c199d888c.tar.gz
gcc: Disable libitm for MicroBlaze
Disable libitm as it is not supported on MicroBlaze. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-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 bb51f11e4f..7ac945269e 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -16,6 +16,7 @@ RUNTIMELIBITM_mipsel = ""
RUNTIMELIBITM_mips64 = ""
RUNTIMELIBITM_mips64el = ""
RUNTIMELIBITM_nios2 = ""
+RUNTIMELIBITM_microblaze = ""
RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \
${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \