From: Clifford Wolf Date: Thu, 18 Oct 2018 10:26:53 +0000 (+0200) Subject: Update ABC to git rev 14d985a X-Git-Tag: yosys-0.9~439 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a25f370191707def4d50dd42e74dec4d097a6a22;p=yosys.git Update ABC to git rev 14d985a Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 95d9290cb..a5a4f15ba 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,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 = c5b48bb +ABCREV = 14d985a ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1