From: Xiretza Date: Mon, 14 Jun 2021 10:16:19 +0000 (+0200) Subject: Makefile: pass PRETTY=0 to ABC X-Git-Tag: yosys-0.10~125 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef68c2762c77ea682aa0ae4dec1d51c5ee06d591;p=yosys.git Makefile: pass PRETTY=0 to ABC --- 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 = to use an external ABC instance # Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.