From: William D. Jones Date: Wed, 25 Nov 2020 02:32:27 +0000 (-0500) Subject: Makefile: Update ABCREV to bring in sccache fixes. X-Git-Tag: working-ls180~190^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9431033921286c20af594e1dfba96be96a88eb9c;p=yosys.git Makefile: Update ABCREV to bring in sccache fixes. --- diff --git a/Makefile b/Makefile index 6e4586aa5..fe1afd193 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ bumpversion: # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = 341db25 +ABCREV = 4f5f73d ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1