diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-12-21 09:13:20 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-12-21 09:13:20 +0100 |
commit | 3d0e51f8139f08c43bf310a6102918b72cde2a8a (patch) | |
tree | dc8afe3e3f3da1bdd4f1b7970cb17f68be33c204 /Makefile | |
parent | 3886669ab6dc25926fcac1802d0a2176599a7fbf (diff) | |
download | yosys-3d0e51f8139f08c43bf310a6102918b72cde2a8a.tar.gz yosys-3d0e51f8139f08c43bf310a6102918b72cde2a8a.tar.bz2 yosys-3d0e51f8139f08c43bf310a6102918b72cde2a8a.zip |
Updated ABC to hg rev 8bab2eedbba4
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 = 8b555d9e67cf +ABCREV = 8bab2eedbba4 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |