summaryrefslogtreecommitdiff
path: root/samples/riscv64-unknown-linux-gnu
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-01-17 22:16:52 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit858f939436b7c0c71dd4556485ce411ffe6f25d0 (patch)
tree0eb072f10de4a1eb6c2ad57272c958150c26a188 /samples/riscv64-unknown-linux-gnu
parent196f62e18ca16a1d6408d8e80989870e4ea93ef9 (diff)
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/riscv64-unknown-linux-gnu')
-rw-r--r--samples/riscv64-unknown-linux-gnu/crosstool.config5
1 files changed, 2 insertions, 3 deletions
diff --git a/samples/riscv64-unknown-linux-gnu/crosstool.config b/samples/riscv64-unknown-linux-gnu/crosstool.config
index c12993c..e145719 100644
--- a/samples/riscv64-unknown-linux-gnu/crosstool.config
+++ b/samples/riscv64-unknown-linux-gnu/crosstool.config
@@ -1,13 +1,12 @@
-CT_CONFIG_VERSION="3"
+CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
CT_ARCH_RISCV=y
# CT_DEMULTILIB is not set
CT_ARCH_USE_MMU=y
CT_ARCH_64=y
CT_ARCH_ARCH="rv64gc"
-CT_CC_LANG_CXX=y
CT_KERNEL_LINUX=y
+CT_CC_LANG_CXX=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
# CT_GDB_GDBSERVER is not set
-CT_ZLIB_NEEDED=y