From: Clifford Wolf Date: Wed, 17 Apr 2019 11:51:34 +0000 (+0200) Subject: Update to ABC d1b6413 X-Git-Tag: yosys-0.9~196 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea8ac0aaad3a1f89ead8eb44b2fef5927f29a099;p=yosys.git Update to ABC d1b6413 Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 8586e9766..f705db9ec 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ OBJS = kernel/version_$(GIT_REV).o # 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 = 2ddc57d +ABCREV = d1b6413 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1