aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-02-01 11:15:37 +0100
committerClifford Wolf <clifford@clifford.at>2017-02-01 11:15:37 +0100
commit249ddbc16cca88f0ac7942526f0189c56ace93f9 (patch)
tree5e938391c455f0c5c9a3cc11331c832534458958 /Makefile
parent8927e19b138f41786cf37a10c95956440971c8e6 (diff)
downloadyosys-249ddbc16cca88f0ac7942526f0189c56ace93f9.tar.gz
yosys-249ddbc16cca88f0ac7942526f0189c56ace93f9.tar.bz2
yosys-249ddbc16cca88f0ac7942526f0189c56ace93f9.zip
Update ABC to hg rev fe96921e5d50
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01e1f6ad4..2d247a4ca 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 = f8cadfe3861f
+ABCREV = fe96921e5d50
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"