From: Khem Raj Date: Fri, 6 Oct 2017 00:50:47 +0000 (-0700) Subject: gcc-runtime: Disable libitm on riscv X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5098e46cd7101bcc66dd579352292136b29d840b;p=openembedded-core.git gcc-runtime: Disable libitm on riscv Signed-off-by: Khem Raj Signed-off-by: Ross Burton (cherry picked from commit 21caa8bcda93ce67ef58548f7b85d0569d13d0b9) --- diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 15252f1a40..d5339b9a19 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -27,6 +27,8 @@ RUNTIMELIBITM_mipsisa64r6 = "" RUNTIMELIBITM_mipsisa64r6el = "" RUNTIMELIBITM_nios2 = "" RUNTIMELIBITM_microblaze = "" +RUNTIMELIBITM_riscv32 = "" +RUNTIMELIBITM_riscv64 = "" RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \