From 90cf61401eca45b8eb14c8ded1ecea2403a9bb57 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 19 Sep 2024 13:39:24 -0700 Subject: [PATCH] Fix testfloat Makefile --- .gitignore | 1 + tests/fp/testfloat/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e298f0ae8..bd3235578 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ tests/riscof/riscof_work/ tests/wally-riscv-arch-test/riscv-test-suite/*/I/*/** tests/fp/vectors/**/*.tv tests/fp/vectors/**/sed* +tests/fp/testfloat/* tests/fp/combined_IF_vectors/IF_vectors/*.tv tests/custom/*/*/ tests/custom/*/*/*.memfile diff --git a/tests/fp/testfloat/Makefile b/tests/fp/testfloat/Makefile index fa186adc5..f281cbbeb 100755 --- a/tests/fp/testfloat/Makefile +++ b/tests/fp/testfloat/Makefile @@ -14,7 +14,7 @@ TESTFLOAT_EXECUTABLES := ${TESTFLOAT_BUILD_DIR}/testfloat ${TESTFLOAT_BUILD_DIR} ${TESTFLOAT_BUILD_DIR}/testfloat_ver ${TESTFLOAT_BUILD_DIR}/testsoftfloat \ ${TESTFLOAT_BUILD_DIR}/timesoftfloat -.PHONY: all ieee-softfloat riscv-softfloat testfloat clean +.PHONY: all ieee-softfloat riscv-softfloat clean all: $(TESTFLOATS) @@ -31,7 +31,7 @@ ieee-softfloat: riscv-softfloat: $(MAKE) -C $(SOFTFLOAT_BUILD_DIR) clean - $(MAKE) SPECIALIZE_TYPE=riscv -C $(SOFTFLOAT_BUILD_DIR) + $(MAKE) SPECIALIZE_TYPE=RISCV -C $(SOFTFLOAT_BUILD_DIR) clean: $(MAKE) -C $(SOFTFLOAT_BUILD_DIR) clean