3
0
Fork 0
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:
Clifford Wolf 2014-10-09 10:50:44 +02:00
parent 696d7ed40e
commit ccf7b2e342
2 changed files with 24 additions and 6 deletions

View file

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