aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-10-02 22:08:53 +0200
committerClifford Wolf <clifford@clifford.at>2016-10-02 22:08:53 +0200
commite586e5e15a09556141da0ee5efe038a830580a01 (patch)
tree91f381e6c2c89813f217b98529131d8b2d6e9ead /Makefile
parent9aec8a1672226e0bc74f9ec1dc66c446a59f0143 (diff)
downloadyosys-e586e5e15a09556141da0ee5efe038a830580a01.tar.gz
yosys-e586e5e15a09556141da0ee5efe038a830580a01.tar.bz2
yosys-e586e5e15a09556141da0ee5efe038a830580a01.zip
Update ABV to hg rev eb6eca6807cc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f50b5ef1e..1785904a5 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,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 = 6b74de13c57f
+ABCREV = eb6eca6807cc
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"