From e88b0c3a2835663847befa7b141ee44eef907358 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 31 Oct 2017 17:44:28 -0700 Subject: Run the regression tests with "-mcmodel=medany" as well --- regression/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'regression') diff --git a/regression/Makefile b/regression/Makefile index 33d8521..e3170fc 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -16,6 +16,19 @@ TARGETS += linux-rv32imafdc-ilp32d-medlow TARGETS += linux-rv64imac-lp64-medlow TARGETS += linux-rv64imafdc-lp64-medlow TARGETS += linux-rv64imafdc-lp64d-medlow +TARGETS += newlib-rv32i-ilp32-medany +TARGETS += newlib-rv32im-ilp32-medany +TARGETS += newlib-rv32iac-ilp32-medany +TARGETS += newlib-rv32imac-ilp32-medany +TARGETS += newlib-rv32imafc-ilp32f-medany +TARGETS += newlib-rv64imac-lp64-medany +TARGETS += newlib-rv64imafdc-lp64d-medany +TARGETS += linux-rv32imac-ilp32-medany +TARGETS += linux-rv32imafdc-ilp32-medany +TARGETS += linux-rv32imafdc-ilp32d-medany +TARGETS += linux-rv64imac-lp64-medany +TARGETS += linux-rv64imafdc-lp64-medany +TARGETS += linux-rv64imafdc-lp64d-medany # This is the link between the report targets and the actual testsuite # build/test runs. It's setup with a level of indirection here to make sure -- cgit v1.1