mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Remove libelf
This commit is contained in:
parent
f0297fd65f
commit
ad52b261a1
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -123,8 +123,9 @@ BISON ?= bison
|
||||||
STRIP ?= strip
|
STRIP ?= strip
|
||||||
AWK ?= awk
|
AWK ?= awk
|
||||||
|
|
||||||
ifeq ($(OS), Linux)
|
|
||||||
LIBS += -ldw -lelf # SILIMATE: support for backward-cpp
|
ifeq ($(OS), Linux)
|
||||||
|
LIBS += -ldw # SILIMATE: support for backward-cpp
|
||||||
CXXFLAGS += -DBACKWARD_HAS_DW # SILIMATE: support for backward-cpp
|
CXXFLAGS += -DBACKWARD_HAS_DW # SILIMATE: support for backward-cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue