aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-08-16 09:08:26 +0200
committerClifford Wolf <clifford@clifford.at>2016-08-16 09:08:26 +0200
commit5531bd757808499c23d082c4aa3566cfd5e5ec70 (patch)
tree0874061735652383707912c617fbfc33a8c3453b /Makefile
parent00f29d5e5cdd08a14aa02119f46f8ee10cd1368d (diff)
downloadyosys-5531bd757808499c23d082c4aa3566cfd5e5ec70.tar.gz
yosys-5531bd757808499c23d082c4aa3566cfd5e5ec70.tar.bz2
yosys-5531bd757808499c23d082c4aa3566cfd5e5ec70.zip
Updated ABC to hg rev a86455b00da5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47dfd858f..77279494e 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,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 = 760ba358e790
+ABCREV = a86455b00da5
ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"