aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-01-08 11:57:52 +0100
committerClifford Wolf <clifford@clifford.at>2017-01-08 11:57:52 +0100
commit8012de40b9444780089b71a0edda9a11737999c7 (patch)
tree843a32be64cc61ba8cefb74039689ad480736333 /Makefile
parent2d32c6c4f61052254df32bc7942e4339dd59acaa (diff)
downloadyosys-8012de40b9444780089b71a0edda9a11737999c7.tar.gz
yosys-8012de40b9444780089b71a0edda9a11737999c7.tar.bz2
yosys-8012de40b9444780089b71a0edda9a11737999c7.zip
Updated ABC to hg id 38b26a543f1d
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8787e3910..4f812ba95 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 = 55cd83f432c0
+ABCREV = 38b26a543f1d
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"