From: Clifford Wolf Date: Sat, 25 Apr 2015 16:07:13 +0000 (+0200) Subject: Updated ABC to hg rev 779de2de1481 X-Git-Tag: yosys-0.6~308 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd0597137dd74ed2d5342d43b51b37adab68e401;p=yosys.git Updated ABC to hg rev 779de2de1481 --- diff --git a/Makefile b/Makefile index 05e15d723..774ae616d 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,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 = 51705b168d7a +ABCREV = 779de2de1481 ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"