mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-14 19:24:45 +00:00
Fixed the problem of not calling abc correctly when using libyosys.so library (it will try to call yosys-abc as command line instead of calling abc::Abc_RealMain)
This commit is contained in:
parent
6a2f2f1818
commit
a8ae6f05ea
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -396,6 +396,10 @@ ifeq ($(DISABLE_ABC_THREADS),1)
|
|||
ABCMKARGS += "ABC_USE_NO_PTHREADS=1"
|
||||
endif
|
||||
|
||||
ifeq ($(LINK_ABC),1)
|
||||
ABCMKARGS += "ABC_USE_PIC=1"
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_SPAWN),1)
|
||||
CXXFLAGS += -DYOSYS_DISABLE_SPAWN
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue