diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 7629fa56ff..72b8081cd3 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -22,8 +22,10 @@ RUNTIMELIBITM_nios2 = "" | |||
22 | RUNTIMELIBITM_microblaze = "" | 22 | RUNTIMELIBITM_microblaze = "" |
23 | RUNTIMELIBITM_riscv32 = "" | 23 | RUNTIMELIBITM_riscv32 = "" |
24 | RUNTIMELIBITM_riscv64 = "" | 24 | RUNTIMELIBITM_riscv64 = "" |
25 | RUNTIMELIBSSP ?= "" | ||
26 | RUNTIMELIBSSP_mingw32 ?= "libssp" | ||
25 | 27 | ||
26 | RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ | 28 | RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ |
27 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ | 29 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ |
28 | " | 30 | " |
29 | RUNTIMETARGET_append_x86 = " libmpx" | 31 | RUNTIMETARGET_append_x86 = " libmpx" |