From: Clifford Wolf Date: Wed, 11 Oct 2017 11:58:51 +0000 (+0200) Subject: Update ABC to hg rev 6283c5d99b06 X-Git-Tag: yosys-0.8~298 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b03a73a460a2033f8944c7c85623cef11600024;p=yosys.git Update ABC to hg rev 6283c5d99b06 --- diff --git a/Makefile b/Makefile index 393701019..69c47f6b7 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,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 = 0fc1803a77c0 +ABCREV = 6283c5d99b06 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1