aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-26 17:52:38 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-26 17:52:38 +0100
commit4f5efc3416b40adc89e3260a24551c763891b150 (patch)
tree9f0add160103eab5a0e22f88264a5fd62221724e /Makefile
parent4cf3170194dd598d6d205e053b5c0467024b37e9 (diff)
downloadyosys-4f5efc3416b40adc89e3260a24551c763891b150.tar.gz
yosys-4f5efc3416b40adc89e3260a24551c763891b150.tar.bz2
yosys-4f5efc3416b40adc89e3260a24551c763891b150.zip
Updated ABC to hg id f591c081d5e7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea2395ee9..b6dbdfb71 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 = a4872e22c646
+ABCREV = f591c081d5e7
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"