From: Eddie Hung Date: Mon, 6 Jan 2020 19:14:05 +0000 (-0800) Subject: Bump ABCREV for upstream fix X-Git-Tag: working-ls180~883^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7738d608e3f88695248dd49f923492e643b428dd;p=yosys.git Bump ABCREV for upstream fix --- diff --git a/Makefile b/Makefile index a85f6350c..d7319796b 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 = f6dc4a5 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1