mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
Add those CXXFLAGS
This commit is contained in:
parent
7d5843ff02
commit
18f05ba615
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -647,6 +647,7 @@ OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/cal
|
|||
OBJS += kernel/binding.o
|
||||
OBJS += kernel/cellaigs.o kernel/celledges.o kernel/cost.o kernel/satgen.o kernel/scopeinfo.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o kernel/yw.o kernel/json.o kernel/fmt.o
|
||||
OBJS += kernel/whereami.o
|
||||
kernel/whereami.o: CXXFLAGS += -fPIC
|
||||
ifeq ($(ENABLE_ZLIB),1)
|
||||
OBJS += kernel/fstdata.o
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue