From: Clifford Wolf Date: Thu, 1 Dec 2016 16:45:40 +0000 (+0100) Subject: Updated ABV to hg rev 8b555d9e67cf X-Git-Tag: yosys-0.8~565 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a90e61c1aa2290c2424044bd446ba3bf74bcfba;p=yosys.git Updated ABV to hg rev 8b555d9e67cf --- diff --git a/Makefile b/Makefile index 567b1a5a1..9bf67d349 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,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 = eb6eca6807cc +ABCREV = 8b555d9e67cf ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"