summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-04-14 19:32:04 -0700
committerSteve Sakoman <steve@sakoman.com>2020-04-30 11:59:59 -1000
commit217e8f587792b2fe25aead085ddc533d4100cd7a (patch)
treed1763cd3730ab830776b0f1d064ff978bf7c139d /meta/recipes-devtools/gcc
parent2797779cb8b821d8bec8df999c6ebb86384c9686 (diff)
downloadopenembedded-core-contrib-217e8f587792b2fe25aead085ddc533d4100cd7a.tar.gz
nativesdk-gcc-runtime: enable building libstdc++.a
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 771f344ac0..ace706dbf4 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -22,6 +22,8 @@ EXTRA_OECONF_append_libc-newlib = " --with-newlib"
EXTRA_OECONF_append_arm = " libat_cv_have_ifunc=no "
EXTRA_OECONF_append_armeb = " libat_cv_have_ifunc=no "
+DISABLE_STATIC_class-nativesdk ?= ""
+
# Newlib does not support symbol versioning on libsdtcc++
SYMVERS_CONF_libc-newlib = ""