From: Clifford Wolf Date: Wed, 21 Dec 2016 09:16:10 +0000 (+0100) Subject: Updated ABC to hg rev a4872e22c646 X-Git-Tag: yosys-0.8~557 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f31e6a7174243f463db10afb29f7e2d2b140f56c;p=yosys.git Updated ABC to hg rev a4872e22c646 --- diff --git a/Makefile b/Makefile index 6fe5eedc6..ea2395ee9 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,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 = 8bab2eedbba4 +ABCREV = a4872e22c646 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"