From: Clifford Wolf Date: Sat, 31 Dec 2016 20:52:27 +0000 (+0100) Subject: Updated ABC to hg id 55cd83f432c0 X-Git-Tag: yosys-0.8~548 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7fb64efe6013e41c2892bea649d96c98e434c8a;p=yosys.git Updated ABC to hg id 55cd83f432c0 --- diff --git a/Makefile b/Makefile index edfe03125..8787e3910 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 = 8c6a635f7a20 +ABCREV = 55cd83f432c0 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"