summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-configure-common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-12 11:30:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-14 14:15:11 +0100
commitd8981bb2eb854ffc25905b2255229e668412d378 (patch)
tree2ae3320ba85331c3a18ed9e85026b14a075b21a0 /meta/recipes-devtools/gcc/gcc-configure-common.inc
parent188891953f7564a195c3bbc04797968f0495d688 (diff)
downloadpoky-d8981bb2eb854ffc25905b2255229e668412d378.tar.gz
gcc10: Default back to -fcommon
For time being change back to -fcommon as default, helps us iron out other issues, eventually this should be removed as we fix the packages to work with -fno-common (From OE-Core rev: 951e859b1e8297970278c539e989b8a6d06a9cb3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-configure-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc
index a64c4caf00..6cb40fcb74 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc
@@ -34,6 +34,7 @@ EXTRA_OECONF = "\
34 --program-prefix=${TARGET_PREFIX} \ 34 --program-prefix=${TARGET_PREFIX} \
35 --without-local-prefix \ 35 --without-local-prefix \
36 --disable-install-libiberty \ 36 --disable-install-libiberty \
37 --with-specs=%{!fno-common:%{!fcommon:-fcommon}} \
37 ${EXTRA_OECONF_BASE} \ 38 ${EXTRA_OECONF_BASE} \
38 ${EXTRA_OECONF_GCC_FLOAT} \ 39 ${EXTRA_OECONF_GCC_FLOAT} \
39 ${EXTRA_OECONF_PATHS} \ 40 ${EXTRA_OECONF_PATHS} \