projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41db98b
)
Disabled READLINE in MXE cross build
author
Clifford Wolf
<clifford@clifford.at>
Sat, 18 Oct 2014 16:21:33 +0000
(18:21 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 18 Oct 2014 16:21:33 +0000
(18:21 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1819e6c3d7f9b01d06e370111c14e02a8e781b20..f5f6c2f9a34520fc980c80377263207081fcab71 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-355,6
+355,7
@@
config-mxe: clean
echo 'CONFIG := mxe' > Makefile.conf
echo 'ENABLE_TCL := 0' >> Makefile.conf
echo 'ENABLE_PLUGINS := 0' >> Makefile.conf
+ echo 'ENABLE_READLINE := 0' >> Makefile.conf
config-gprof: clean
echo 'CONFIG := gcc' > Makefile.conf