projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e74d7
)
hmm go back to march=rv64gc for rv64uc test
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 11 Nov 2018 19:34:44 +0000
(19:34 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 11 Nov 2018 19:34:44 +0000
(19:34 +0000)
isa/Makefile
patch
|
blob
|
history
diff --git
a/isa/Makefile
b/isa/Makefile
index ae093ed3b85989f83ae98406046d1ff99b7e8e86..4190c5791c6a9d11e627f756059a340920acf66b 100644
(file)
--- a/
isa/Makefile
+++ b/
isa/Makefile
@@
-87,7
+87,7
@@
$(eval $(call compile_template,rv32si,-march=rv32g -mabi=ilp32))
$(eval $(call compile_template,rv32mi,-march=rv32g -mabi=ilp32))
ifeq ($(XLEN),64)
$(eval $(call compile_template,rv64ui,-march=rv64g -mabi=lp64))
-$(eval $(call compile_template,rv64uc,-march=rv64g
c
-mabi=lp64))
+$(eval $(call compile_template,rv64uc,-march=rv64g -mabi=lp64))
$(eval $(call compile_template,rv64um,-march=rv64g -mabi=lp64))
$(eval $(call compile_template,rv64ua,-march=rv64g -mabi=lp64))
$(eval $(call compile_template,rv64uf,-march=rv64g -mabi=lp64))