diff options
author | Alexey Neyman <stilor@att.net> | 2022-01-17 14:16:52 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | 858f939436b7c0c71dd4556485ce411ffe6f25d0 (patch) | |
tree | 0eb072f10de4a1eb6c2ad57272c958150c26a188 /samples/x86_64-multilib-linux-uclibc | |
parent | 196f62e18ca16a1d6408d8e80989870e4ea93ef9 (diff) | |
download | crosstool-ng-858f939436b7c0c71dd4556485ce411ffe6f25d0.tar.gz crosstool-ng-858f939436b7c0c71dd4556485ce411ffe6f25d0.tar.bz2 crosstool-ng-858f939436b7c0c71dd4556485ce411ffe6f25d0.zip |
More sample config updates
*-moxie*: DTC_VERBOSE is a wobbler, it depends on whether dtc is enabled
on the host machine (if dtc is installed, DTC defaults to 'n' and hence
prevents DTC_VERBOSE from appearing at all). Remove the option from
config file so that its value reverts to the default.
xtensa-fsf-elf: mark configuration obsolete so that it can use GDB 8.1
(it uses custom sources and needs to select the version therein)
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/x86_64-multilib-linux-uclibc')
-rw-r--r-- | samples/x86_64-multilib-linux-uclibc/crosstool.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/x86_64-multilib-linux-uclibc/crosstool.config b/samples/x86_64-multilib-linux-uclibc/crosstool.config index 01363763..50c5d3bb 100644 --- a/samples/x86_64-multilib-linux-uclibc/crosstool.config +++ b/samples/x86_64-multilib-linux-uclibc/crosstool.config @@ -1,4 +1,4 @@ -CT_CONFIG_VERSION="3" +CT_CONFIG_VERSION="4" CT_ARCH_X86=y CT_MULTILIB=y CT_ARCH_64=y @@ -9,7 +9,7 @@ CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y CT_BINUTILS_PLUGINS=y -CT_LIBC_UCLIBC=y +CT_LIBC_UCLIBC_NG=y CT_CC_LANG_CXX=y CT_DEBUG_DUMA=y CT_DEBUG_GDB=y |