]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Disable libitm for MicroBlaze
authorNathan Rossi <nathan@nathanrossi.com>
Thu, 10 Mar 2016 04:29:31 +0000 (14:29 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2016 16:50:28 +0000 (16:50 +0000)
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>
meta/recipes-devtools/gcc/gcc-runtime.inc

index bb51f11e4f10448e001baac4cbd65dec3cd01a56..7ac945269ebcac37b3b4e0ff9c1362b65a2880a1 100644 (file)
@@ -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)} \