mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Excluded lbfd from MacOs build
This commit is contained in:
parent
0e82550429
commit
fbf7734420
2 changed files with 4 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -156,6 +156,10 @@ else
|
|||
LINKFLAGS += -rdynamic
|
||||
ifneq ($(OS), OpenBSD)
|
||||
LIBS += -lrt
|
||||
|
||||
LIBS += -lbfd # SILIMATE: support for backward-cpp
|
||||
CXXFLAGS += -DBACKWARD_HAS_BFD # SILIMATE: support for backward-cpp
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -438,8 +442,6 @@ LIBS += -ldl
|
|||
endif
|
||||
endif
|
||||
|
||||
LIBS += -lbfd # SILIMATE: support for backward-cpp
|
||||
|
||||
ifeq ($(ENABLE_GLOB),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_GLOB
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue