diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-02-01 11:15:37 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-02-01 11:15:37 +0100 |
commit | 249ddbc16cca88f0ac7942526f0189c56ace93f9 (patch) | |
tree | 5e938391c455f0c5c9a3cc11331c832534458958 /Makefile | |
parent | 8927e19b138f41786cf37a10c95956440971c8e6 (diff) | |
download | yosys-249ddbc16cca88f0ac7942526f0189c56ace93f9.tar.gz yosys-249ddbc16cca88f0ac7942526f0189c56ace93f9.tar.bz2 yosys-249ddbc16cca88f0ac7942526f0189c56ace93f9.zip |
Update ABC to hg rev fe96921e5d50
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,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 = f8cadfe3861f +ABCREV = fe96921e5d50 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" |