From af36d1816cd79f2cd20e2e4631cd4dfcf73a7fa4 Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 13 Sep 2023 15:06:27 +0000 Subject: [PATCH] Update ABC for WASI support. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5a89ae0782..178d6ee4d30 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 = 6b66b81 +ABCREV = daad9ed ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)