mirror of
https://github.com/verilator/verilator.git
synced 2025-04-29 03:56:58 +00:00
Link: -lfl not needed, upsets cygwin
This commit is contained in:
parent
a15633053b
commit
fc2834cf04
@ -82,7 +82,8 @@ endif
|
||||
#LIBS += -ldl
|
||||
#CCMALLOC = /usr/local/lib/ccmalloc-gcc.o -lccmalloc -ldl
|
||||
|
||||
LIBS = -lm -lfl
|
||||
# -lfl not needed as Flex invoked with %nowrap option
|
||||
LIBS = -lm
|
||||
|
||||
CPPFLAGSNOWALL += -MMD
|
||||
CPPFLAGSNOWALL += -I. -I$(bldsrc) -I$(srcdir) -I$(incdir)
|
||||
|
Loading…
Reference in New Issue
Block a user