From: Clifford Wolf Date: Mon, 15 Feb 2016 14:30:46 +0000 (+0100) Subject: Updated ABC to ae7d65e71adc X-Git-Tag: yosys-0.6~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a9257e7b5e4ea039e4bcc7183cee81b363b8166;p=yosys.git Updated ABC to ae7d65e71adc --- diff --git a/Makefile b/Makefile index 2cc318eec..085b43415 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,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 = 0e928e3141a5 +ABCREV = ae7d65e71adc ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"