mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Update sqrttest Makefile
This commit is contained in:
parent
d4788c2f6a
commit
e3e205ad79
1 changed files with 2 additions and 7 deletions
|
@ -4,14 +4,9 @@ CC = gcc
|
||||||
CFLAGS = -O3
|
CFLAGS = -O3
|
||||||
LIBS = -lm
|
LIBS = -lm
|
||||||
LFLAGS = -L.
|
LFLAGS = -L.
|
||||||
# Link against the riscv-isa-sim version of SoftFloat rather than
|
IFLAGS = -I$(WALLY)/addins/berkeley-softfloat-3/source/include/
|
||||||
# the regular version to get RISC-V NaN behavior
|
LIBS = $(WALLY)/addins/berkeley-softfloat-3/build/Linux-x86_64-GCC/softfloat.a -lm -lquadmath
|
||||||
IFLAGS = -I$(RISCV)/riscv-isa-sim/softfloat
|
|
||||||
LIBS = $(RISCV)/riscv-isa-sim/build/libsoftfloat.a
|
|
||||||
#IFLAGS = -I../../../addins/berkeley-softfloat-3/source/include/
|
|
||||||
#LIBS = ../../../addins/berkeley-softfloat-3/build/Linux-x86_64-GCC/softfloat.a
|
|
||||||
SRCS = $(wildcard *.c)
|
SRCS = $(wildcard *.c)
|
||||||
|
|
||||||
PROGS = $(patsubst %.c,%,$(SRCS))
|
PROGS = $(patsubst %.c,%,$(SRCS))
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue