From: Clifford Wolf Date: Sat, 18 Oct 2014 16:21:33 +0000 (+0200) Subject: Disabled READLINE in MXE cross build X-Git-Tag: yosys-0.4~29 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57cd48523694205141ac6169da7a918e5b8d9972;p=yosys.git Disabled READLINE in MXE cross build --- diff --git a/Makefile b/Makefile index 1819e6c3d..f5f6c2f9a 100644 --- 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