aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-10-18 12:26:53 +0200
committerClifford Wolf <clifford@clifford.at>2018-10-18 12:26:53 +0200
commita25f370191707def4d50dd42e74dec4d097a6a22 (patch)
tree96acc0ce0369fb7efcf27603ce0dbd8095b425ab /Makefile
parentf24bc1ed0a80e48bc23ae68169b6b0bbce5f113c (diff)
downloadyosys-a25f370191707def4d50dd42e74dec4d097a6a22.tar.gz
yosys-a25f370191707def4d50dd42e74dec4d097a6a22.tar.bz2
yosys-a25f370191707def4d50dd42e74dec4d097a6a22.zip
Update ABC to git rev 14d985a
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95d9290cb..a5a4f15ba 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,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 = c5b48bb
+ABCREV = 14d985a
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1