diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-10-02 22:08:53 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-10-02 22:08:53 +0200 |
commit | e586e5e15a09556141da0ee5efe038a830580a01 (patch) | |
tree | 91f381e6c2c89813f217b98529131d8b2d6e9ead /Makefile | |
parent | 9aec8a1672226e0bc74f9ec1dc66c446a59f0143 (diff) | |
download | yosys-e586e5e15a09556141da0ee5efe038a830580a01.tar.gz yosys-e586e5e15a09556141da0ee5efe038a830580a01.tar.bz2 yosys-e586e5e15a09556141da0ee5efe038a830580a01.zip |
Update ABV to hg rev eb6eca6807cc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,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 = 6b74de13c57f +ABCREV = eb6eca6807cc ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |