From ef68c2762c77ea682aa0ae4dec1d51c5ee06d591 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 14 Jun 2021 12:16:19 +0200 Subject: [PATCH] Makefile: pass PRETTY=0 to ABC --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2