mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Fix testfloat Makefile
This commit is contained in:
parent
cc92cb125f
commit
90cf61401e
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…
Reference in New Issue
Block a user