aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-09-07 11:08:54 +0200
committerClifford Wolf <clifford@clifford.at>2016-09-07 11:08:54 +0200
commite2570ffb872382f190b98d89b2eb7995a5d46758 (patch)
tree40ebb971b52ea1a3de26a65a417a464a3fafe94c /Makefile
parentab18e9df7c55581a9713a332af425011793106a7 (diff)
downloadyosys-e2570ffb872382f190b98d89b2eb7995a5d46758.tar.gz
yosys-e2570ffb872382f190b98d89b2eb7995a5d46758.tar.bz2
yosys-e2570ffb872382f190b98d89b2eb7995a5d46758.zip
Updated ABC to hg 8e08604f8ad3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55cd13158..db93f7c1d 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 = a86455b00da5
+ABCREV = 8e08604f8ad3
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"