From: Eddie Hung Date: Fri, 6 Mar 2020 18:32:48 +0000 (-0800) Subject: Bump ABCREV to receive fix for #1675 X-Git-Tag: working-ls180~764^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a89ed1fa2843b210e5fea9e64eb90ce8e23449c;p=yosys.git Bump ABCREV to receive fix for #1675 --- diff --git a/Makefile b/Makefile index e9dfd9df0..864be3c2e 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 = 71f2b40 +ABCREV = ed90ce2 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1