From: Eddie Hung Date: Thu, 25 Jul 2019 17:44:20 +0000 (-0700) Subject: Bump abc to fix &mfs bug X-Git-Tag: working-ls180~1122^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=297a9802122817e143b1e4b87fd0d4e357606a72;p=yosys.git Bump abc to fix &mfs bug --- diff --git a/Makefile b/Makefile index d33f27b63..3bc119800 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ OBJS = kernel/version_$(GIT_REV).o # 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 = 62487de +ABCREV = 5776ad0 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1