From: Clifford Wolf Date: Wed, 21 Dec 2016 08:13:20 +0000 (+0100) Subject: Updated ABC to hg rev 8bab2eedbba4 X-Git-Tag: yosys-0.8~558 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d0e51f8139f08c43bf310a6102918b72cde2a8a;p=yosys.git Updated ABC to hg rev 8bab2eedbba4 --- diff --git a/Makefile b/Makefile index cf40309ce..6fe5eedc6 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 = 8b555d9e67cf +ABCREV = 8bab2eedbba4 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"