From 3af3cc15b5258f6ad64888b54df3428bc2c658d8 Mon Sep 17 00:00:00 2001 From: Catherine <whitequark@whitequark.org> Date: Sat, 4 Feb 2023 03:35:42 +0000 Subject: Bump ABCREV to fix WASM build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3