aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-07-31 11:49:48 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-08-01 17:27:34 +0200
commit28b7053a01630def454e683f03953c74744da025 (patch)
treed4e488538478a2adb4348e97c541775e0ec35a17 /Makefile
parentb4f38cca77a78884ce215190935af78cae92c4db (diff)
downloadyosys-28b7053a01630def454e683f03953c74744da025.tar.gz
yosys-28b7053a01630def454e683f03953c74744da025.tar.bz2
yosys-28b7053a01630def454e683f03953c74744da025.zip
Fix formatting for msys2 mingw build using GetSize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c33864469..d049c2eda 100644
--- a/Makefile
+++ b/Makefile
@@ -869,9 +869,11 @@ config-mxe: clean
config-msys2: clean
echo 'CONFIG := msys2' > Makefile.conf
+ echo 'ENABLE_PLUGINS := 0' >> Makefile.conf
config-msys2-64: clean
echo 'CONFIG := msys2-64' > Makefile.conf
+ echo 'ENABLE_PLUGINS := 0' >> Makefile.conf
config-cygwin: clean
echo 'CONFIG := cygwin' > Makefile.conf