From: Clifford Wolf Date: Sat, 1 Oct 2016 10:23:24 +0000 (+0200) Subject: Updated ABV to hg rev 6b74de13c57f X-Git-Tag: yosys-0.7~46 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23594597bc60e576d88ed46f6fa6b0ec5d29bcfa;p=yosys.git Updated ABV to hg rev 6b74de13c57f --- diff --git a/Makefile b/Makefile index aba0f8be5..f50b5ef1e 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 = 2bc57cc30593 +ABCREV = 6b74de13c57f ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"