From: Clifford Wolf Date: Wed, 7 Sep 2016 09:08:54 +0000 (+0200) Subject: Updated ABC to hg 8e08604f8ad3 X-Git-Tag: yosys-0.7~74 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2570ffb872382f190b98d89b2eb7995a5d46758;p=yosys.git Updated ABC to hg 8e08604f8ad3 --- diff --git a/Makefile b/Makefile index 55cd13158..db93f7c1d 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,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 = a86455b00da5 +ABCREV = 8e08604f8ad3 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"