From: Clifford Wolf Date: Thu, 29 Dec 2016 11:20:35 +0000 (+0100) Subject: Updated ABC to hg id 8c6a635f7a20 X-Git-Tag: yosys-0.8~550 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7da7a6d1df5bc1461ed3c15557463d221e90f434;p=yosys.git Updated ABC to hg id 8c6a635f7a20 --- diff --git a/Makefile b/Makefile index b6dbdfb71..edfe03125 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 = f591c081d5e7 +ABCREV = 8c6a635f7a20 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"