mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
Merge branch 'YosysHQ:main' into master
This commit is contained in:
commit
a42f4dbedb
3 changed files with 116 additions and 107 deletions
7
Makefile
7
Makefile
|
@ -142,7 +142,12 @@ LIBS += -lrt
|
|||
endif
|
||||
endif
|
||||
|
||||
YOSYS_VER := 0.43+3
|
||||
ifeq ($(OS), Haiku)
|
||||
# Allow usage of non-posix vasprintf, mkstemps functions
|
||||
CXXFLAGS += -D_DEFAULT_SOURCE
|
||||
endif
|
||||
|
||||
YOSYS_VER := 0.43+11
|
||||
|
||||
# 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