arch-riscv,util: update riscv crosstool-ng config and m5 README entry

Change-Id: I751a6c97a0ac97f7b3fce360577d0ee16f29fda4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/44032
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ayaz Akram
2021-03-31 20:56:45 -07:00
parent df5ddabc03
commit 2dfa2ddc6f
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
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

View File

@@ -167,7 +167,7 @@ scons x86.CROSS_COMPILE=x86_64-linux-gnu- build/x86/out/m5
thumb | arm | arm-linux-gnueabihf-
sparc | sparc64 | sparc64-linux-gnu-
x86 | x86_64 |
riscv | riscv64 | riscv64-linux-gnu-
riscv | riscv64 | riscv64-unknown-linux-gnu-
Note that the default setting for the x86 cross compiler prefix is blank,
meaning that the native/host compiler will be used. If building on a non-x86