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