aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-04 03:35:42 +0000
committerCatherine <whitequark@whitequark.org>2023-02-04 03:35:53 +0000
commit3af3cc15b5258f6ad64888b54df3428bc2c658d8 (patch)
tree51875bacba9417e1541019f2a8ce02295d5841df /Makefile
parent54bf15a5b82631a94a51970e07092244c675a99a (diff)
downloadyosys-3af3cc15b5258f6ad64888b54df3428bc2c658d8.tar.gz
yosys-3af3cc15b5258f6ad64888b54df3428bc2c658d8.tar.bz2
yosys-3af3cc15b5258f6ad64888b54df3428bc2c658d8.zip
Bump ABCREV to fix WASM build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e01f4055b..206e7f0b0 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,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 = be9a35c
+ABCREV = a8f0ef2
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)