mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Added mxe-based cross build for win32
This commit is contained in:
parent
696d7ed40e
commit
ccf7b2e342
2 changed files with 24 additions and 6 deletions
|
@ -23,9 +23,9 @@ passes/techmap/techmap.inc: techlibs/common/techmap.v
|
|||
|
||||
passes/techmap/techmap.o: passes/techmap/techmap.inc
|
||||
|
||||
TARGETS += yosys-filterlib
|
||||
TARGETS += yosys-filterlib$(EXE)
|
||||
GENFILES += passes/techmap/filterlib.o
|
||||
|
||||
yosys-filterlib: passes/techmap/filterlib.o
|
||||
$(P) $(CXX) -o yosys-filterlib $(LDFLAGS) $^ $(LDLIBS)
|
||||
yosys-filterlib$(EXE): passes/techmap/filterlib.o
|
||||
$(P) $(CXX) -o yosys-filterlib$(EXE) $(LDFLAGS) $^ $(LDLIBS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue