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 <noreply+kokoro@google.com> Maintainer: Gabe Black <gabe.black@gmail.com> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
12
util/crosstool-ng/riscv-linux-gnu.defconfig
Normal file
12
util/crosstool-ng/riscv-linux-gnu.defconfig
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user