diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-08-16 22:44:38 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-08-16 22:44:38 +0200 |
commit | 42a971226bd1972c3c21d386c02c1bc2ac850129 (patch) | |
tree | 37dd791ee6a9eabe8bc8b19a2f5467a4b4f139a9 /Makefile | |
parent | 1419f3983ef28cf8c9ec8837010bef498f085b63 (diff) | |
download | yosys-42a971226bd1972c3c21d386c02c1bc2ac850129.tar.gz yosys-42a971226bd1972c3c21d386c02c1bc2ac850129.tar.bz2 yosys-42a971226bd1972c3c21d386c02c1bc2ac850129.zip |
Fixed default build config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 + |