Fix testfloat Makefile

This commit is contained in:
Jordan Carlin 2024-09-19 13:39:24 -07:00
parent cc92cb125f
commit 90cf61401e
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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