aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-10-17 12:23:50 +0200
committerClifford Wolf <clifford@clifford.at>2018-10-17 12:23:50 +0200
commit22d9535a2481ffa7e05b0669bb1dc97284abf9d7 (patch)
treed3714c63a5c5084bd4d7eb1f33b0bca8982d653b /Makefile
parent6ca493b88ca101f357e9de4dfdad4f3c913512c8 (diff)
downloadyosys-22d9535a2481ffa7e05b0669bb1dc97284abf9d7.tar.gz
yosys-22d9535a2481ffa7e05b0669bb1dc97284abf9d7.tar.bz2
yosys-22d9535a2481ffa7e05b0669bb1dc97284abf9d7.zip
Update ABC to git rev c5b48bb
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 ec0752535..95d9290cb 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 = ae6716b
+ABCREV = c5b48bb
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1