Remove hwacha/esp-tools
This commit is contained in:
@@ -2,17 +2,8 @@
|
||||
# common gcc configuration/optimization
|
||||
#----------------------------------------------------------------------------------------
|
||||
SIM_OPT_CXXFLAGS := -O3
|
||||
|
||||
# Workaround: esp-isa-sim doesn't install libriscv,
|
||||
# so don't link with libriscv if it doesn't exist
|
||||
# potentially breaks some configs
|
||||
|
||||
ifeq (,$(wildcard $(RISCV)/lib/libriscv.so))
|
||||
$(warning libriscv not found)
|
||||
LRISCV=
|
||||
else
|
||||
LRISCV=-lriscv
|
||||
endif
|
||||
|
||||
|
||||
SIM_CXXFLAGS = \
|
||||
$(CXXFLAGS) \
|
||||
|
||||
Reference in New Issue
Block a user