From: Eddie Hung Date: Tue, 3 Dec 2019 23:09:33 +0000 (-0800) Subject: Update ABCREV for upstream bugfix X-Git-Tag: working-ls180~881^2^2~108 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51650494107d414a53b3e9793b90c193714dac94;p=yosys.git Update ABCREV for upstream bugfix --- diff --git a/Makefile b/Makefile index 6e7681cf3..b088e97f1 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,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 = 623b5e8 +ABCREV = d527697 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1