diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-11-24 17:00:45 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-11-24 17:00:45 +0100 |
commit | 3eb69c840d1f42d6584834406bd2fb9413a8293a (patch) | |
tree | 5fd2e1930ec207b2eb4239dd5814186c4eeea904 /code/ecp/Makefile.fe310 | |
parent | 150604aa4983f20a200b9f16f5738fd0017368f3 (diff) |
build sys fix
Diffstat (limited to 'code/ecp/Makefile.fe310')
-rw-r--r-- | code/ecp/Makefile.fe310 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/code/ecp/Makefile.fe310 b/code/ecp/Makefile.fe310 index 7a13137..23938a8 100644 --- a/code/ecp/Makefile.fe310 +++ b/code/ecp/Makefile.fe310 @@ -9,5 +9,4 @@ FE310_HOME = /opt/my/freedom-e-sdk CC = $(FE310_HOME)/work/build/riscv-gnu-toolchain/riscv64-unknown-elf/prefix/bin/riscv64-unknown-elf-gcc AR = $(FE310_HOME)/work/build/riscv-gnu-toolchain/riscv64-unknown-elf/prefix/bin/riscv64-unknown-elf-ar -CFLAGS_PL = -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -O3 -fno-builtin-printf -march=rv32imac -mabi=ilp32 -mcmodel=medany -I$(FE310_HOME)/bsp/include -I$(FE310_HOME)/bsp/drivers -I$(FE310_HOME)/bsp/env -I$(FE310_HOME)/bsp/env/freedom-e300-hifive1 -I../fe310 -I../../fe310 -# LDFLAGS_PL=-lm -pthread
\ No newline at end of file +CFLAGS = -DECP_WITH_VCONN=1 -DECP_DEBUG=1 -O3 -fno-builtin-printf -march=rv32imac -mabi=ilp32 -mcmodel=medany -I$(FE310_HOME)/bsp/include -I$(FE310_HOME)/bsp/drivers -I$(FE310_HOME)/bsp/env -I$(FE310_HOME)/bsp/env/freedom-e300-hifive1 -I../fe310 -I../../fe310 |