[OE-core] [PATCH] gcc: Disable libitm for MicroBlaze

Nathan Rossi nathan at nathanrossi.com
Thu Mar 10 04:29:31 UTC 2016


Disable libitm as it is not supported on MicroBlaze.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
This patch is based on master-next, so that it cleanly applies on top of
the nios2 change.
---
 meta/recipes-devtools/gcc/gcc-runtime.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 312103c..d4cfe08 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)} \
-- 
2.7.0




More information about the Openembedded-core mailing list