projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f767179
)
Fix yosys linking for mxe
author
Miodrag Milanovic
<mmicko@gmail.com>
Wed, 31 Jul 2019 15:31:07 +0000
(17:31 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Thu, 1 Aug 2019 15:28:07 +0000
(17:28 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d049c2edab0dc7ad29391094ee2d663c493305a4..1560d6de6de1eaa3c99b624f007c934e0dd616a6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-401,7
+401,7
@@
endif
ifeq ($(CONFIG),mxe)
CXXFLAGS += -DYOSYS_ENABLE_TCL
-LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32 -lz
+LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32 -lz
-luserenv
else
CXXFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --silence-errors --cflags tcl || echo -I$(TCL_INCLUDE)) -DYOSYS_ENABLE_TCL
ifeq ($(OS), FreeBSD)