aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-10-06 10:07:33 +0200
committerClifford Wolf <clifford@clifford.at>2017-10-06 10:07:33 +0200
commit2b04e8caa6043c309cf596ee21e55541b2e2b24c (patch)
treea41f8c780a8572d050a65192104cdc4cedc9f9f7 /Makefile
parent50bcd9a728ff89f220873b3345c4e18a65c4a37f (diff)
downloadyosys-2b04e8caa6043c309cf596ee21e55541b2e2b24c.tar.gz
yosys-2b04e8caa6043c309cf596ee21e55541b2e2b24c.tar.bz2
yosys-2b04e8caa6043c309cf596ee21e55541b2e2b24c.zip
Update ABC to hg rev 0fc1803a77c0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49ac1e885..393701019 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,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 = cd6984ee82d4
+ABCREV = 0fc1803a77c0
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1