diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-08-16 09:08:26 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-08-16 09:08:26 +0200 |
commit | 5531bd757808499c23d082c4aa3566cfd5e5ec70 (patch) | |
tree | 0874061735652383707912c617fbfc33a8c3453b /Makefile | |
parent | 00f29d5e5cdd08a14aa02119f46f8ee10cd1368d (diff) | |
download | yosys-5531bd757808499c23d082c4aa3566cfd5e5ec70.tar.gz yosys-5531bd757808499c23d082c4aa3566cfd5e5ec70.tar.bz2 yosys-5531bd757808499c23d082c4aa3566cfd5e5ec70.zip |
Updated ABC to hg rev a86455b00da5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,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 = 760ba358e790 +ABCREV = a86455b00da5 ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |