mirror of https://github.com/YosysHQ/abc.git
Makefile: current LIBS line has a lot of unnecessary and problematic stuff. Replace it with just "-lreadline"
This commit is contained in:
parent
88c36d9d65
commit
e9ef8e97bf
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(patsubst %, -I%, $(MODULES)
|
|||
CXXFLAGS += $(CFLAGS)
|
||||
|
||||
#LIBS := -m32 -ldl -rdynamic -lreadline -ltermcap
|
||||
LIBS := -ldl /usr/lib64/libreadline.a /usr/lib64/libncurses.a -rdynamic
|
||||
LIBS := -lreadline
|
||||
|
||||
SRC :=
|
||||
GARBAGE := core core.* *.stackdump ./tags $(PROG)
|
||||
|
|
|
|||
Loading…
Reference in New Issue