From: Andre McCurdy Date: Mon, 16 Mar 2020 18:48:55 +0000 (-0700) Subject: gcc-runtime: apply ARM specific workaround to big-endian ARM too X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633010f7c9f369565fd43465a857ad5680405e11;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc-runtime: apply ARM specific workaround to big-endian ARM too Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index b2c5d43bd49..771f344ac09 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -20,6 +20,7 @@ EXTRA_OECONF_append_libc-newlib = " --with-newlib" # Disable ifuncs for libatomic on arm conflicts -march/-mcpu EXTRA_OECONF_append_arm = " libat_cv_have_ifunc=no " +EXTRA_OECONF_append_armeb = " libat_cv_have_ifunc=no " # Newlib does not support symbol versioning on libsdtcc++ SYMVERS_CONF_libc-newlib = ""