From: Clifford Wolf Date: Sun, 8 Jan 2017 10:57:52 +0000 (+0100) Subject: Updated ABC to hg id 38b26a543f1d X-Git-Tag: yosys-0.8~538 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8012de40b9444780089b71a0edda9a11737999c7;p=yosys.git Updated ABC to hg id 38b26a543f1d --- diff --git a/Makefile b/Makefile index 8787e3910..4f812ba95 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 = 55cd83f432c0 +ABCREV = 38b26a543f1d ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"