aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-05-07 10:47:12 +1200
committerChris Packham <judge.packham@gmail.com>2023-05-14 10:35:14 +1200
commit5427dac45c12f6be8e3fca7bc38b9abcebb4ec87 (patch)
treeb37161e73e029859ed9870ca5e0eb6fe55bfe487 /config
parentf00a45eba69f38352366af1786d52d53d6979c77 (diff)
downloadcrosstool-ng-5427dac45c12f6be8e3fca7bc38b9abcebb4ec87.tar.gz
crosstool-ng-5427dac45c12f6be8e3fca7bc38b9abcebb4ec87.tar.bz2
crosstool-ng-5427dac45c12f6be8e3fca7bc38b9abcebb4ec87.zip
libc/uclibc: Require GCC12 or older
Currently uclibc configurations fail to build with GCC13 src/gcc/libstdc++-v3/src/c++17/floating_from_chars.cc: In function 'std::from_chars_result std::from_chars(const char*, const char*, _Float128&, chars_format)': src/gcc/libstdc++-v3/src/c++17/floating_from_chars.cc:1281:10: error: 'from_chars_strtod' was not declared in this scope 1281 | return from_chars_strtod(first, last, value, fmt); | ^~~~~~~~~~~~~~~~~ make[6]: *** [Makefile:587: floating_from_chars.lo] Error 1 make[6]: *** Waiting for unfinished jobs.... For now require GCC older than 13 when using uclibc. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc-ng.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/uClibc-ng.in b/config/libc/uClibc-ng.in
index dc83ca7e..437a53c8 100644
--- a/config/libc/uClibc-ng.in
+++ b/config/libc/uClibc-ng.in
@@ -6,6 +6,7 @@
## select LIBC_SUPPORT_THREADS_NONE
## select LIBC_SUPPORT_THREADS_NATIVE
## select CC_CORE_NEEDED
+## select GCC_REQUIRE_older_than_13
##
## help The de-facto standard for embeded linux systems.
## help