aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-08-16 22:44:38 +0200
committerClifford Wolf <clifford@clifford.at>2016-08-16 22:44:38 +0200
commit42a971226bd1972c3c21d386c02c1bc2ac850129 (patch)
tree37dd791ee6a9eabe8bc8b19a2f5467a4b4f139a9
parent1419f3983ef28cf8c9ec8837010bef498f085b63 (diff)
downloadyosys-42a971226bd1972c3c21d386c02c1bc2ac850129.tar.gz
yosys-42a971226bd1972c3c21d386c02c1bc2ac850129.tar.bz2
yosys-42a971226bd1972c3c21d386c02c1bc2ac850129.zip
Fixed default build config
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7054bf55d..f17f09259 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CONFIG := clang
# CONFIG := gcc-4.8
# CONFIG := emcc
# CONFIG := mxe
-CONFIG := msys2
+# CONFIG := msys2
# features (the more the better)
ENABLE_TCL := 1
@@ -551,3 +551,4 @@ echo-git-rev:
.PHONY: all top-all abc test install install-abc manual clean mrproper qtcreator
.PHONY: config-clean config-clang config-gcc config-gcc-4.8 config-gprof config-sudo
+