diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2020-08-04 10:20:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 14:33:57 +0100 |
commit | 780d38ee5ecae2d7fbc44a88bc12250e45f2c79c (patch) | |
tree | c8e16ab03fb11e0272fe8bef8ce7f5c0144feb49 /meta/recipes-devtools/gcc | |
parent | 526a9561320813efc7875df95627186e0e20da77 (diff) | |
download | poky-780d38ee5ecae2d7fbc44a88bc12250e45f2c79c.tar.gz |
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.
(From OE-Core rev: 4ee733e1551d3960a23a600eb71a01cf7a51fa06)
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 = "\ | |||
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}} \ | ||
38 | ${EXTRA_OECONF_BASE} \ | 37 | ${EXTRA_OECONF_BASE} \ |
39 | ${EXTRA_OECONF_GCC_FLOAT} \ | 38 | ${EXTRA_OECONF_GCC_FLOAT} \ |
40 | ${EXTRA_OECONF_PATHS} \ | 39 | ${EXTRA_OECONF_PATHS} \ |