3
0
Fork 0
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:
Akash Levy 2024-07-18 00:10:20 -07:00 committed by GitHub
commit a42f4dbedb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 116 additions and 107 deletions

View file

@ -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