From: Clifford Wolf Date: Fri, 30 Sep 2016 08:56:36 +0000 (+0200) Subject: Updated ABV to hg rev 2bc57cc30593 X-Git-Tag: yosys-0.7~49 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca5462523e37b5c48ca7f98d7e768af2978f82e1;p=yosys.git Updated ABV to hg rev 2bc57cc30593 --- diff --git a/Makefile b/Makefile index 15fc2ec09..aba0f8be5 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 = 8e08604f8ad3 +ABCREV = 2bc57cc30593 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"