aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-06-14 12:16:19 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2021-07-05 16:40:48 +0200
commitef68c2762c77ea682aa0ae4dec1d51c5ee06d591 (patch)
tree796df548189ae515d3c76adbf8f2c12ae1772af5
parent9c31ecfab8a39513676656699982a3e7860a9ad6 (diff)
downloadyosys-ef68c2762c77ea682aa0ae4dec1d51c5ee06d591.tar.gz
yosys-ef68c2762c77ea682aa0ae4dec1d51c5ee06d591.tar.bz2
yosys-ef68c2762c77ea682aa0ae4dec1d51c5ee06d591.zip
Makefile: pass PRETTY=0 to ABC
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaf0398cc..28bf12c64 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ bumpversion:
ABCREV = 4f5f73d
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
-ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1
+ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q)
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.