From: Clifford Wolf Date: Wed, 17 Oct 2018 10:23:50 +0000 (+0200) Subject: Update ABC to git rev c5b48bb X-Git-Tag: yosys-0.9~443 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22d9535a2481ffa7e05b0669bb1dc97284abf9d7;p=yosys.git Update ABC to git rev c5b48bb Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index ec0752535..95d9290cb 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 = ae6716b +ABCREV = c5b48bb ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1