From: Clifford Wolf Date: Wed, 1 Feb 2017 10:15:37 +0000 (+0100) Subject: Update ABC to hg rev fe96921e5d50 X-Git-Tag: yosys-0.8~524 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=249ddbc16cca88f0ac7942526f0189c56ace93f9;p=yosys.git Update ABC to hg rev fe96921e5d50 --- diff --git a/Makefile b/Makefile index 01e1f6ad4..2d247a4ca 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,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 = f8cadfe3861f +ABCREV = fe96921e5d50 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"