util: Add config files for crosstool-ng toolchains.
authorGabe Black <gabeblack@google.com>
Sat, 11 Apr 2020 09:06:42 +0000 (02:06 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 16 Apr 2020 09:12:55 +0000 (09:12 +0000)
commit3ec5c718758921ff80b2bb0e5b0849d4f618c839
tree6389ef75ed7fce4754f2a4cbcfdb991a8c5544fa
parent20a4ed6f01a244c39fe45caf20938fa86b3e33aa
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>
util/crosstool-ng/aarch64-linux-gnu.defconfig [new file with mode: 0644]
util/crosstool-ng/arm-linux-gnueabihf.defconfig [new file with mode: 0644]
util/crosstool-ng/mipsel-linux-gnu.defconfig [new file with mode: 0644]
util/crosstool-ng/powerpc-linux-gnu.defconfig [new file with mode: 0644]
util/crosstool-ng/sparc64-linux-gnu.defconfig [new file with mode: 0644]