mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Enable bison to be customized
This commit is contained in:
parent
b16ed78b43
commit
fff6f00b3c
3 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -35,6 +35,7 @@ CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"'
|
|||
LDFLAGS = -L${DESTDIR}/lib
|
||||
LDLIBS = -lstdc++ -lm
|
||||
SED = sed
|
||||
BISON = bison
|
||||
|
||||
ifeq (Darwin,$(findstring Darwin,$(shell uname)))
|
||||
# add macports/homebrew include and library path to search directories, don't use '-rdynamic' and '-lrt':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue