projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66bf8b
)
Fixed emcc build
author
Clifford Wolf
<clifford@clifford.at>
Mon, 21 Sep 2015 10:33:36 +0000
(12:33 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 21 Sep 2015 10:33:36 +0000
(12:33 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0aff340bde65a9e0a2ecd311a22f4d0cb1660cbc..8bf2699c5a58fa5884a0ce6e0e0104e99c20fde1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-300,7
+300,7
@@
yosys.js: $(filter-out yosysjs-$(YOSYS_VER).zip,$(EXTRA_TARGETS))
endif
yosys$(EXE): $(OBJS)
- $(P) $(CXX) -o yosys$(EXE) $(LDFLAGS) $
^
$(LDLIBS)
+ $(P) $(CXX) -o yosys$(EXE) $(LDFLAGS) $
(OBJS)
$(LDLIBS)
libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
$(P) $(CXX) -o libyosys.so -shared -Wl,-soname,libyosys.so $(LDFLAGS) $^ $(LDLIBS)