From: Clifford Wolf Date: Sat, 25 Feb 2017 21:59:34 +0000 (+0100) Subject: Update ABC to hg rev 3a95bfa55df7 X-Git-Tag: yosys-0.8~473 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6858ad15b7be4c7f324a57b0d54cffd50826b3b;p=yosys.git Update ABC to hg rev 3a95bfa55df7 --- diff --git a/Makefile b/Makefile index e779cf20d..b0b8b6356 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,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 = 8da4dc435b9f +ABCREV = 3a95bfa55df7 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"