diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-12-21 10:16:10 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-12-21 10:16:10 +0100 |
commit | f31e6a7174243f463db10afb29f7e2d2b140f56c (patch) | |
tree | cd17786f8e76eb834bedb5399b445d066fd84ca8 /Makefile | |
parent | 3d0e51f8139f08c43bf310a6102918b72cde2a8a (diff) | |
download | yosys-f31e6a7174243f463db10afb29f7e2d2b140f56c.tar.gz yosys-f31e6a7174243f463db10afb29f7e2d2b140f56c.tar.bz2 yosys-f31e6a7174243f463db10afb29f7e2d2b140f56c.zip |
Updated ABC to hg rev a4872e22c646
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,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 = 8bab2eedbba4 +ABCREV = a4872e22c646 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |