From 60e4b76981406f5838f7a16d9062c0a1b99355cb Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 2 Dec 2025 01:26:55 -0500 Subject: [PATCH] Bump abc --- Makefile | 2 +- abc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d2ad6982d..fed1223a2 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,7 @@ OBJS = kernel/version_$(GIT_REV).o bumpversion: sed -i "/^YOSYS_VER := / s/+[0-9][0-9]*$$/+`git log --oneline 03eb220.. | wc -l`/;" Makefile -ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) +ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) OPTFLAGS="-g -O3" # set ABCEXTERNAL = to use an external ABC instance # Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set. diff --git a/abc b/abc index 131a50dd7..177496d13 160000 --- a/abc +++ b/abc @@ -1 +1 @@ -Subproject commit 131a50dd773f21ebbfc51da1d182438382a04209 +Subproject commit 177496d1399822a2910754fdc32f48ed8b1cd265