aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-22 14:35:32 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-22 14:35:32 +0200
commitb50fe1e3e9d2f60ebd3053d42e7f9c2f6f5a79be (patch)
treeda1bcb55e2bb25d536a432397928626a2af1b4ae /Makefile
parentab700ef215d7e6fd70c7b24de17f46b80de09c9f (diff)
downloadyosys-b50fe1e3e9d2f60ebd3053d42e7f9c2f6f5a79be.tar.gz
yosys-b50fe1e3e9d2f60ebd3053d42e7f9c2f6f5a79be.tar.bz2
yosys-b50fe1e3e9d2f60ebd3053d42e7f9c2f6f5a79be.zip
Upodate ABC to git rev ae6716b
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 2090a083a..be266b628 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,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 = 6df1396
+ABCREV = ae6716b
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1