From: Clifford Wolf Date: Wed, 30 May 2018 11:04:40 +0000 (+0200) Subject: Update ABC to git rev 6df1396 X-Git-Tag: yosys-0.8~82 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a77e27ab1579ed0f89bff898d0a0ea7ae0c13701;p=yosys.git Update ABC to git rev 6df1396 Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index ef838624a..2db6612a7 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,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 = f23ea8e +ABCREV = 6df1396 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1