diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-04-25 18:07:13 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-04-25 18:07:13 +0200 |
commit | bd0597137dd74ed2d5342d43b51b37adab68e401 (patch) | |
tree | 3e9801c0fc27fad429af082e852c4e723319b66c /Makefile | |
parent | 82a4722f460a05bfa1d70df34b201fc72cae02ce (diff) | |
download | yosys-bd0597137dd74ed2d5342d43b51b37adab68e401.tar.gz yosys-bd0597137dd74ed2d5342d43b51b37adab68e401.tar.bz2 yosys-bd0597137dd74ed2d5342d43b51b37adab68e401.zip |
Updated ABC to hg rev 779de2de1481
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,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 = 51705b168d7a +ABCREV = 779de2de1481 ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |