diff options
| author | Dan McGregor <danismostlikely@gmail.com> | 2024-03-28 09:43:40 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-12 16:57:19 +0100 |
| commit | b67fced09debcd4bf9bd12dc8475972e495b9c0d (patch) | |
| tree | d3799335c68a5aff0db377f74acae7cf7fa7d481 /meta/recipes-devtools/gcc/gcc-14.1.inc | |
| parent | 068ca2f2ebe8890d338d3ab6398ad927db898f4a (diff) | |
| download | poky-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.inc | 6 |
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 | ||
| 111 | EXTRA_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 | |||
| 117 | CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc" | 111 | CVE_STATUS[CVE-2021-37322] = "cpe-incorrect: Is a binutils 2.26 issue, not gcc" |
