diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-02-01 15:51:27 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-02-01 15:51:27 +0100 |
commit | 7ef613ebdf557f0a800cf08103a54f8e96baf33f (patch) | |
tree | a2cdcec9f93883e8f6013a4e83f893db83378eb2 /Makefile | |
parent | bd10927f456871a4d69c40c8fff0824ee38a5c08 (diff) | |
download | yosys-7ef613ebdf557f0a800cf08103a54f8e96baf33f.tar.gz yosys-7ef613ebdf557f0a800cf08103a54f8e96baf33f.tar.bz2 yosys-7ef613ebdf557f0a800cf08103a54f8e96baf33f.zip |
Updated ABC to hg rev ee212a9e94df
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,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 = c3698e053a7a +ABCREV = ee212a9e94df ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |