aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-04 04:09:55 +0000
committerGitHub <noreply@github.com>2023-02-04 04:09:55 +0000
commit5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39 (patch)
tree51875bacba9417e1541019f2a8ce02295d5841df
parent54bf15a5b82631a94a51970e07092244c675a99a (diff)
parent3af3cc15b5258f6ad64888b54df3428bc2c658d8 (diff)
downloadyosys-5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39.tar.gz
yosys-5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39.tar.bz2
yosys-5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39.zip
Merge pull request #3659 from whitequark/update-abc
Bump ABCREV to fix WASM build
-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)