From: Clifford Wolf Date: Sat, 4 Apr 2015 09:47:59 +0000 (+0200) Subject: Updated ABC to 51705b168d7a X-Git-Tag: yosys-0.6~366 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=082550f1f3aad3785ea5a712362a32e599e41f88;p=yosys.git Updated ABC to 51705b168d7a --- diff --git a/Makefile b/Makefile index 405870b64..05e15d723 100644 --- a/Makefile +++ b/Makefile @@ -67,9 +67,9 @@ 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 = 61ad5f908c03 +ABCREV = 51705b168d7a ABCPULL = 1 -ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)" +ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" define newline