mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Merge pull request #36 from alaindargelas/backward_lib
Backward trace lib
This commit is contained in:
commit
56130cb5ec
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -123,6 +123,12 @@ BISON ?= bison
|
||||||
STRIP ?= strip
|
STRIP ?= strip
|
||||||
AWK ?= awk
|
AWK ?= awk
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(OS), Linux)
|
||||||
|
LIBS += -ldw # SILIMATE: support for backward-cpp
|
||||||
|
CXXFLAGS += -DBACKWARD_HAS_DW # SILIMATE: support for backward-cpp
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(OS), Darwin)
|
ifeq ($(OS), Darwin)
|
||||||
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
|
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
|
||||||
LINKFLAGS += -rdynamic
|
LINKFLAGS += -rdynamic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue