projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53349fb
)
Fixed MXE readline support
author
Clifford Wolf
<clifford@clifford.at>
Sat, 11 Oct 2014 08:59:11 +0000
(10:59 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 11 Oct 2014 08:59:11 +0000
(10:59 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6faeeb4ce37bdc74782ad5e268d4621235bdfcb1..6b77d854bfb929a6784f538ced1a9c31173ffcf7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-102,6
+102,9
@@
endif
ifeq ($(ENABLE_READLINE),1)
CXXFLAGS += -DYOSYS_ENABLE_READLINE
LDLIBS += -lreadline
+ifeq ($(CONFIG),mxe)
+LDLIBS += -lpdcurses
+endif
endif
ifeq ($(ENABLE_PLUGINS),1)
@@
-330,7
+333,6
@@
config-mxe: clean
echo 'ENABLE_TCL := 0' >> Makefile.conf
echo 'ENABLE_ABC := 0' >> Makefile.conf
echo 'ENABLE_PLUGINS := 0' >> Makefile.conf
- echo 'ENABLE_READLINE := 0' >> Makefile.conf
config-gprof: clean
echo 'CONFIG := gcc' > Makefile.conf