From 01294faea66bbaf003932b69c754e18798a039b1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 16 Feb 2021 00:09:07 -0800 Subject: [PATCH] util: Add a crosstool-ng defconfig for RISCV. This may have been available before as well, but it was hidden behind an "experimental" flag which needed to be enabled before riscv was selectable. Change-Id: I76239d826163e54d0b8a48c3492930bb787bea02 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/41453 Tested-by: kokoro Maintainer: Gabe Black Maintainer: Bobby R. Bruce Reviewed-by: Bobby R. Bruce --- util/crosstool-ng/riscv-linux-gnu.defconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 util/crosstool-ng/riscv-linux-gnu.defconfig diff --git a/util/crosstool-ng/riscv-linux-gnu.defconfig b/util/crosstool-ng/riscv-linux-gnu.defconfig new file mode 100644 index 0000000000..f45863030a --- /dev/null +++ b/util/crosstool-ng/riscv-linux-gnu.defconfig @@ -0,0 +1,12 @@ +CT_CONFIG_VERSION="3" +CT_EXPERIMENTAL=y +CT_ARCH_RISCV=y +CT_OMIT_TARGET_VENDOR=y +CT_ARCH_USE_MMU=y +CT_ARCH_64=y +CT_KERNEL_LINUX=y +CT_BINUTILS_PLUGINS=y +CT_CC_LANG_CXX=y +CT_DEBUG_GDB=y +# CT_GDB_CROSS_PYTHON is not set +# CT_GDB_GDBSERVER is not set