aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-09-30 10:56:36 +0200
committerClifford Wolf <clifford@clifford.at>2016-09-30 10:56:36 +0200
commitca5462523e37b5c48ca7f98d7e768af2978f82e1 (patch)
tree549834dc7e9ef59cfad43da552d52580f2849113
parent34e2fb594d234542c1f1c357f7968aae265566ee (diff)
downloadyosys-ca5462523e37b5c48ca7f98d7e768af2978f82e1.tar.gz
yosys-ca5462523e37b5c48ca7f98d7e768af2978f82e1.tar.bz2
yosys-ca5462523e37b5c48ca7f98d7e768af2978f82e1.zip
Updated ABV to hg rev 2bc57cc30593
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)"