Skip to content
/ gem5 Public
forked from gem5/gem5

Commit

Permalink
arch-riscv,util: update riscv crosstool-ng config and m5 README entry
Browse files Browse the repository at this point in the history
Change-Id: I751a6c97a0ac97f7b3fce360577d0ee16f29fda4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/44032
Reviewed-by: Gabe Black <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
  • Loading branch information
aakahlow committed Apr 2, 2021
1 parent df5ddab commit 2dfa2dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion util/m5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dfa2dd

Please sign in to comment.