From: Eddie Hung Date: Sat, 11 Jan 2020 15:59:18 +0000 (-0800) Subject: Bump ABCREV for upstream fix X-Git-Tag: working-ls180~873^2~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9005bb97ff35513a510344108db203c5f5193ec6;p=yosys.git Bump ABCREV for upstream fix --- diff --git a/Makefile b/Makefile index fd95219ee..9140cac0f 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 = 144c5be +ABCREV = 71f2b40 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1