aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Zonenberg <azonenberg@drawersteak.com>2016-12-23 05:10:37 -0800
committerAndrew Zonenberg <azonenberg@drawersteak.com>2016-12-23 05:10:37 -0800
commit9f69a70d746e7907eed494941bc89a18159caa1b (patch)
treea0e70a25f3b4090912866264431662de67e1f226 /Makefile
parentada98844b93e29fcbcfada02f89b2882d73182f1 (diff)
parent33a22f8768ee05325f87258fe09c21c648553747 (diff)
downloadyosys-9f69a70d746e7907eed494941bc89a18159caa1b.tar.gz
yosys-9f69a70d746e7907eed494941bc89a18159caa1b.tar.bz2
yosys-9f69a70d746e7907eed494941bc89a18159caa1b.zip
Merge https://github.com/cliffordwolf/yosys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf40309ce..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 = 8b555d9e67cf
+ABCREV = a4872e22c646
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"