aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-02-22 19:20:47 +0100
committerClifford Wolf <clifford@clifford.at>2017-02-22 19:20:47 +0100
commitd25b6a72ee2ffb68bb0cc1244e5b67dc4649f982 (patch)
tree0c77f562d212af3f39b3a2fa073b608fd262948e /Makefile
parent242c5f01def939f9b4436135ed76b341d95670ec (diff)
downloadyosys-d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982.tar.gz
yosys-d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982.tar.bz2
yosys-d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982.zip
Update ABC to hg rev 8da4dc435b9f
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2773990a6..a6779334e 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,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 = a2fcd1cc61a6
+ABCREV = 8da4dc435b9f
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"