diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-10-01 12:23:24 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-10-01 12:23:24 +0200 |
commit | 23594597bc60e576d88ed46f6fa6b0ec5d29bcfa (patch) | |
tree | 63c143c505091a4a803fd0fbb8cf27405a3f82aa /Makefile | |
parent | 76352c99c9f74226d2ea80e030639a4bbd76acf4 (diff) | |
download | yosys-23594597bc60e576d88ed46f6fa6b0ec5d29bcfa.tar.gz yosys-23594597bc60e576d88ed46f6fa6b0ec5d29bcfa.tar.bz2 yosys-23594597bc60e576d88ed46f6fa6b0ec5d29bcfa.zip |
Updated ABV to hg rev 6b74de13c57f
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 = 2bc57cc30593 +ABCREV = 6b74de13c57f ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |