summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-14.1.inc
diff options
context:
space:
mode:
authorDan McGregor <danismostlikely@gmail.com>2024-03-28 09:43:40 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-12 16:57:19 +0100
commitb67fced09debcd4bf9bd12dc8475972e495b9c0d (patch)
treed3799335c68a5aff0db377f74acae7cf7fa7d481 /meta/recipes-devtools/gcc/gcc-14.1.inc
parent068ca2f2ebe8890d338d3ab6398ad927db898f4a (diff)
downloadpoky-b67fced09debcd4bf9bd12dc8475972e495b9c0d.tar.gz
gcc: Allow using libc++
With the addition of the C++ runtime setting added recently, allow gcc to use libc++ as its runtime. There's some minor fixes still required, such as allowing setting the unwinder library. But this allows for testing libc++ with gcc. (From OE-Core rev: f84ae97e2bc081c972e78ee4a958f21111dbbfb6) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-14.1.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-14.1.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-14.1.inc b/meta/recipes-devtools/gcc/gcc-14.1.inc
index c639cb51f4..b057e570f3 100644
--- a/meta/recipes-devtools/gcc/gcc-14.1.inc
+++ b/meta/recipes-devtools/gcc/gcc-14.1.inc
@@ -108,10 +108,4 @@ EXTRA_OECONF_INITIAL = "\
108 --disable-libssp \ 108 --disable-libssp \
109" 109"
110 110
111EXTRA_OECONF_PATHS = "\
112 --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \
113 --with-sysroot=/not/exist \
114 --with-build-sysroot=${STAGING_DIR_TARGET} \
115"
116
117CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc" 111CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc"