From: Clifford Wolf Date: Mon, 26 Dec 2016 16:52:38 +0000 (+0100) Subject: Updated ABC to hg id f591c081d5e7 X-Git-Tag: yosys-0.8~552 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f5efc3416b40adc89e3260a24551c763891b150;p=yosys.git Updated ABC to hg id f591c081d5e7 --- diff --git a/Makefile b/Makefile index ea2395ee9..b6dbdfb71 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 = a4872e22c646 +ABCREV = f591c081d5e7 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"