From: Clifford Wolf Date: Sun, 2 Oct 2016 20:08:53 +0000 (+0200) Subject: Update ABV to hg rev eb6eca6807cc X-Git-Tag: yosys-0.7~43 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e586e5e15a09556141da0ee5efe038a830580a01;p=yosys.git Update ABV to hg rev eb6eca6807cc --- diff --git a/Makefile b/Makefile index f50b5ef1e..1785904a5 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,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 = 6b74de13c57f +ABCREV = eb6eca6807cc ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"