aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-06-17 11:16:31 +0200
committerClifford Wolf <clifford@clifford.at>2016-06-17 11:16:31 +0200
commitc3365034e9db8b6450db578daefd860276d5071f (patch)
treea51ed80607393d195d0de411952e9ef503a0ab69 /Makefile
parent99edf249669158b8c8bef0c7c3b926a2bbb7a621 (diff)
downloadyosys-c3365034e9db8b6450db578daefd860276d5071f.tar.gz
yosys-c3365034e9db8b6450db578daefd860276d5071f.tar.bz2
yosys-c3365034e9db8b6450db578daefd860276d5071f.zip
Updated ABC to hg rev b5df6e2b76f0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f22b1a1d..7ed68ef42 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,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 = ae7d65e71adc
+ABCREV = b5df6e2b76f0
ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"