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