aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2022-07-07 08:08:17 +0000
committerCatherine <whitequark@whitequark.org>2022-07-07 08:38:30 +0000
commit502b96fe53e82b5454fbbd032cbf6b13ad2dad6d (patch)
tree725fab2c510b19d0e69f269fdbc91b26cef17aba /Makefile
parent43d86f2c26e2950b1b08dd46a324582668bbcf57 (diff)
downloadyosys-502b96fe53e82b5454fbbd032cbf6b13ad2dad6d.tar.gz
yosys-502b96fe53e82b5454fbbd032cbf6b13ad2dad6d.tar.bz2
yosys-502b96fe53e82b5454fbbd032cbf6b13ad2dad6d.zip
Fix external ABC build after commit 0ca0932b5.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84937d2e7..1d026d3dc 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ bumpversion:
# 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 = f159bef
+ABCREV = 5f40c47
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)