mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
fa50434708
31 changed files with 49 additions and 71 deletions
3
Makefile
3
Makefile
|
@ -126,6 +126,7 @@ AWK ?= awk
|
|||
|
||||
ifeq ($(OS), Darwin)
|
||||
PLUGIN_LINKFLAGS += -undefined dynamic_lookup
|
||||
LINKFLAGS += -rdynamic
|
||||
|
||||
# homebrew search paths
|
||||
ifneq ($(shell :; command -v brew),)
|
||||
|
@ -162,7 +163,7 @@ ifeq ($(OS), Haiku)
|
|||
CXXFLAGS += -D_DEFAULT_SOURCE
|
||||
endif
|
||||
|
||||
YOSYS_VER := 0.47+3
|
||||
YOSYS_VER := 0.47+22
|
||||
|
||||
# Note: We arrange for .gitcommit to contain the (short) commit hash in
|
||||
# tarballs generated with git-archive(1) using .gitattributes. The git repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue