mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Fix testfloat Makefile
This commit is contained in:
parent
cc92cb125f
commit
90cf61401e
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue