Files
gem5/util/crosstool-ng/mipsel-linux-gnu.defconfig
Gabe Black 3ec5c71875 util: Add config files for crosstool-ng toolchains.
There is one for each arch gem5 supports, except RISCV which is not
supported by crosstool-ng at the moment. All configs are for Linux, also
because that's what crosstool-ng tends to support.

Change-Id: I898a9e8c7b144c3d690c232fd4fb20ede5430def
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27758
Tested-by: Gem5 Cloud Project GCB service account <345032938727@cloudbuild.gserviceaccount.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
2020-04-16 09:12:55 +00:00

12 lines
212 B
Plaintext

CT_CONFIG_VERSION="3"
CT_ARCH_MIPS=y
CT_OMIT_TARGET_VENDOR=y
CT_ARCH_LE=y
CT_ARCH_FLOAT_HW=y
CT_KERNEL_LINUX=y
CT_BINUTILS_PLUGINS=y
CT_BINUTILS_FOR_TARGET=y
CT_CREATE_LDSO_CONF=y
CT_CC_LANG_CXX=y
CT_DEBUG_GDB=y