aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-01 17:45:40 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-01 17:45:40 +0100
commit8a90e61c1aa2290c2424044bd446ba3bf74bcfba (patch)
tree7c5cc6270c69076192509763e5c1c5bb01e292ad /Makefile
parent105b6374ae8d8f3892f907ca61bb62d35b8d7d4d (diff)
downloadyosys-8a90e61c1aa2290c2424044bd446ba3bf74bcfba.tar.gz
yosys-8a90e61c1aa2290c2424044bd446ba3bf74bcfba.tar.bz2
yosys-8a90e61c1aa2290c2424044bd446ba3bf74bcfba.zip
Updated ABV to hg rev 8b555d9e67cf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)"