diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-12-01 17:45:40 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-12-01 17:45:40 +0100 |
commit | 8a90e61c1aa2290c2424044bd446ba3bf74bcfba (patch) | |
tree | 7c5cc6270c69076192509763e5c1c5bb01e292ad | |
parent | 105b6374ae8d8f3892f907ca61bb62d35b8d7d4d (diff) | |
download | yosys-8a90e61c1aa2290c2424044bd446ba3bf74bcfba.tar.gz yosys-8a90e61c1aa2290c2424044bd446ba3bf74bcfba.tar.bz2 yosys-8a90e61c1aa2290c2424044bd446ba3bf74bcfba.zip |
Updated ABV to hg rev 8b555d9e67cf
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,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 = eb6eca6807cc +ABCREV = 8b555d9e67cf ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |