From 633010f7c9f369565fd43465a857ad5680405e11 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 16 Mar 2020 11:48:55 -0700 Subject: gcc-runtime: apply ARM specific workaround to big-endian ARM too Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index b2c5d43bd4..771f344ac0 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 = "" -- cgit 1.2.3-korg