hmm go back to march=rv64gc for rv64uc test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 11 Nov 2018 19:34:44 +0000 (19:34 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 11 Nov 2018 19:34:44 +0000 (19:34 +0000)
isa/Makefile

index ae093ed3b85989f83ae98406046d1ff99b7e8e86..4190c5791c6a9d11e627f756059a340920acf66b 100644 (file)
@@ -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=rv64gc -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))