From: Jacob Kroon Date: Tue, 4 Aug 2020 08:20:19 +0000 (+0200) Subject: gcc10: Don't default back to -fcommon X-Git-Tag: 2020-10-gatesgarth~381 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ee733e1551d3960a23a600eb71a01cf7a51fa06;p=openembedded-core.git gcc10: Don't default back to -fcommon It has been almost 3 months since the upgrade to gcc 10. Switch back to relying on gcc default configuration (-fno-common). This reverts OE-Core commit 951e859b1e8297970278c539e989b8a6d06a9cb3. Signed-off-by: Jacob Kroon Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index 6cb40fcb74..a64c4caf00 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc @@ -34,7 +34,6 @@ EXTRA_OECONF = "\ --program-prefix=${TARGET_PREFIX} \ --without-local-prefix \ --disable-install-libiberty \ - --with-specs=%{!fno-common:%{!fcommon:-fcommon}} \ ${EXTRA_OECONF_BASE} \ ${EXTRA_OECONF_GCC_FLOAT} \ ${EXTRA_OECONF_PATHS} \