diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-02-22 19:20:47 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-02-22 19:20:47 +0100 |
commit | d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982 (patch) | |
tree | 0c77f562d212af3f39b3a2fa073b608fd262948e /Makefile | |
parent | 242c5f01def939f9b4436135ed76b341d95670ec (diff) | |
download | yosys-d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982.tar.gz yosys-d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982.tar.bz2 yosys-d25b6a72ee2ffb68bb0cc1244e5b67dc4649f982.zip |
Update ABC to hg rev 8da4dc435b9f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,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 = a2fcd1cc61a6 +ABCREV = 8da4dc435b9f ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |