From: Clifford Wolf Date: Tue, 27 Jan 2015 18:22:56 +0000 (+0100) Subject: Updaed ABC to hg rev 61ad5f908c03 X-Git-Tag: yosys-0.5~61 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7c99a694bf63f7cc9f01ed08b2411ae98ff8eed;p=yosys.git Updaed ABC to hg rev 61ad5f908c03 --- diff --git a/Makefile b/Makefile index 36d5edb39..2e6b0e9ee 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,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 = 5b5af75f1dda +ABCREV = 61ad5f908c03 ABCPULL = 1 ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)"