diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-04 10:31:25 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | 586c2d01565fca083837e09f217d61e8d7ca7ae2 (patch) | |
tree | 3542983d0e442310f97f7c0879f6f908704c8ff5 /samples | |
parent | c48319e65f588179a640bc5b998b6c7ecec487f6 (diff) | |
download | crosstool-ng-586c2d01565fca083837e09f217d61e8d7ca7ae2.tar.gz crosstool-ng-586c2d01565fca083837e09f217d61e8d7ca7ae2.tar.bz2 crosstool-ng-586c2d01565fca083837e09f217d61e8d7ca7ae2.zip |
sparc-leon: restrict to GDB9
Starting with GDB10, it requires support for std::future<> in the
compiler. Such support has not been available on some architectures
until GCC9 (see PR 64735). I haven't determined the exact list of
affected architectures, so decided to make it a broad dependency: for
GDB10+, you need GCC9+.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/sparc-leon-linux-uclibc/crosstool.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/sparc-leon-linux-uclibc/crosstool.config b/samples/sparc-leon-linux-uclibc/crosstool.config index 411ea7f4..0fd6360e 100644 --- a/samples/sparc-leon-linux-uclibc/crosstool.config +++ b/samples/sparc-leon-linux-uclibc/crosstool.config @@ -8,7 +8,6 @@ CT_KERNEL_LINUX=y CT_LINUX_V_3_10=y CT_LIBC_UCLIBC_NG=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}.config" -CT_LIBC_UCLIBC_IPV6=y CT_GCC_V_6=y CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libitm" CT_CC_LANG_CXX=y |