aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-10-01 12:23:24 +0200
committerClifford Wolf <clifford@clifford.at>2016-10-01 12:23:24 +0200
commit23594597bc60e576d88ed46f6fa6b0ec5d29bcfa (patch)
tree63c143c505091a4a803fd0fbb8cf27405a3f82aa
parent76352c99c9f74226d2ea80e030639a4bbd76acf4 (diff)
downloadyosys-23594597bc60e576d88ed46f6fa6b0ec5d29bcfa.tar.gz
yosys-23594597bc60e576d88ed46f6fa6b0ec5d29bcfa.tar.bz2
yosys-23594597bc60e576d88ed46f6fa6b0ec5d29bcfa.zip
Updated ABV to hg rev 6b74de13c57f
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aba0f8be5..f50b5ef1e 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 = 2bc57cc30593
+ABCREV = 6b74de13c57f
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"