]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-runtime: Disable libitm on riscv
authorKhem Raj <raj.khem@gmail.com>
Fri, 6 Oct 2017 00:50:47 +0000 (17:50 -0700)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sat, 10 Mar 2018 23:27:57 +0000 (23:27 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 21caa8bcda93ce67ef58548f7b85d0569d13d0b9)

meta/recipes-devtools/gcc/gcc-runtime.inc

index 15252f1a4028f3358b7f3802fe876a8198f366c9..d5339b9a190e311363f874249689c653504cfec3 100644 (file)
@@ -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)} \