From 858f939436b7c0c71dd4556485ce411ffe6f25d0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 17 Jan 2022 14:16:52 -0800 Subject: 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 --- samples/xtensa-fsf-elf/crosstool.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'samples/xtensa-fsf-elf') diff --git a/samples/xtensa-fsf-elf/crosstool.config b/samples/xtensa-fsf-elf/crosstool.config index 1caffd1f..2ddf9a0a 100644 --- a/samples/xtensa-fsf-elf/crosstool.config +++ b/samples/xtensa-fsf-elf/crosstool.config @@ -1,4 +1,5 @@ -CT_CONFIG_VERSION="3" +CT_CONFIG_VERSION="4" +CT_OBSOLETE=y CT_EXPERIMENTAL=y CT_ALLOW_BUILD_AS_ROOT=y CT_ALLOW_BUILD_AS_ROOT_SURE=y -- cgit v1.2.3 From c320d220d65066688c80fffa7b85208e2bc06afc Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 8 Feb 2022 10:42:06 -0800 Subject: Turn off debugging in sample configuration Signed-off-by: Alexey Neyman --- samples/xtensa-fsf-elf/crosstool.config | 2 -- 1 file changed, 2 deletions(-) (limited to 'samples/xtensa-fsf-elf') diff --git a/samples/xtensa-fsf-elf/crosstool.config b/samples/xtensa-fsf-elf/crosstool.config index 2ddf9a0a..a13c4779 100644 --- a/samples/xtensa-fsf-elf/crosstool.config +++ b/samples/xtensa-fsf-elf/crosstool.config @@ -3,8 +3,6 @@ CT_OBSOLETE=y CT_EXPERIMENTAL=y CT_ALLOW_BUILD_AS_ROOT=y CT_ALLOW_BUILD_AS_ROOT_SURE=y -CT_DEBUG_CT=y -CT_DEBUG_CT_SAVE_STEPS=y CT_ARCH_XTENSA=y CT_MULTILIB=y CT_TARGET_CFLAGS="-mlongcalls" -- cgit v1.2.3