mirror of https://github.com/YosysHQ/yosys.git
Enforce mutual exclusion on readline/editline
This commit is contained in:
parent
56f841d132
commit
47a2a09e89
5
Makefile
5
Makefile
|
@ -396,13 +396,12 @@ ifeq ($(CONFIG),mxe)
|
||||||
LIBS += -ltermcap
|
LIBS += -ltermcap
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
ABCMKARGS += "ABC_USE_NO_READLINE=1"
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(ENABLE_EDITLINE),1)
|
ifeq ($(ENABLE_EDITLINE),1)
|
||||||
CXXFLAGS += -DYOSYS_ENABLE_EDITLINE
|
CXXFLAGS += -DYOSYS_ENABLE_EDITLINE
|
||||||
LIBS += -ledit
|
LIBS += -ledit
|
||||||
endif
|
endif
|
||||||
|
ABCMKARGS += "ABC_USE_NO_READLINE=1"
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(DISABLE_ABC_THREADS),1)
|
ifeq ($(DISABLE_ABC_THREADS),1)
|
||||||
ABCMKARGS += "ABC_USE_NO_PTHREADS=1"
|
ABCMKARGS += "ABC_USE_NO_PTHREADS=1"
|
||||||
|
|
Loading…
Reference in New Issue