aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-21 09:13:20 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-21 09:13:20 +0100
commit3d0e51f8139f08c43bf310a6102918b72cde2a8a (patch)
treedc8afe3e3f3da1bdd4f1b7970cb17f68be33c204 /Makefile
parent3886669ab6dc25926fcac1802d0a2176599a7fbf (diff)
downloadyosys-3d0e51f8139f08c43bf310a6102918b72cde2a8a.tar.gz
yosys-3d0e51f8139f08c43bf310a6102918b72cde2a8a.tar.bz2
yosys-3d0e51f8139f08c43bf310a6102918b72cde2a8a.zip
Updated ABC to hg rev 8bab2eedbba4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf40309ce..6fe5eedc6 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,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 = 8b555d9e67cf
+ABCREV = 8bab2eedbba4
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"