summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-11.2.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-03 23:34:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-05 12:26:35 +0000
commit2d940dd5bf68aecc5d2b95ee2e23fd3e01e980f1 (patch)
tree06f2daf02618adf36d24e83fb5f946b6f7a35c4b /meta/recipes-devtools/gcc/gcc-11.2.inc
parent472a99447fe0f89bbdb959c1d9b7f67f8a122935 (diff)
downloadpoky-2d940dd5bf68aecc5d2b95ee2e23fd3e01e980f1.tar.gz
gcc: Drop stdlib++ option patch
The patch to gcc to disable use of libstdc++ when configuring the library during gcc-runtime is old and there are perhaps better ways to do this now. If removed, most builds still "work" but incorrect values for things like atomic ops are found during configure. mips64 and ppc fail with on target simple tests of g++ in testimage. Instead we can create a dummy libstdc++ which allows the correct configure test results to be obtained. Discussed with upstream about the patch are ongoing, if accepted, we can switch back to the commandline option if it is added in future. (From OE-Core rev: 34b0edb0d3120c32063ff7e3dd52be20d60401d5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-11.2.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-11.2.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc
index f07a5be507..a62f272d3c 100644
--- a/meta/recipes-devtools/gcc/gcc-11.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-11.2.inc
@@ -33,7 +33,6 @@ SRC_URI = "\
33 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ 33 file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
34 file://0002-gcc-poison-system-directories.patch \ 34 file://0002-gcc-poison-system-directories.patch \
35 file://0004-64-bit-multilib-hack.patch \ 35 file://0004-64-bit-multilib-hack.patch \
36 file://0005-optional-libstdc.patch \
37 file://0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ 36 file://0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
38 file://0009-cpp-honor-sysroot.patch \ 37 file://0009-cpp-honor-sysroot.patch \
39 file://0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \ 38 file://0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \