diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-11-11 19:37:31 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-11-11 19:37:31 +0100 |
commit | d1372873e8dfdb219b7c55eb7540cf063ae00971 (patch) | |
tree | ba0c69336e9b860e6f4e019d284975369dc1d2b0 /Makefile | |
parent | 5387ccb041f4acafc96c7b3fcf8db04dddfb8ab5 (diff) | |
download | yosys-d1372873e8dfdb219b7c55eb7540cf063ae00971.tar.gz yosys-d1372873e8dfdb219b7c55eb7540cf063ae00971.tar.bz2 yosys-d1372873e8dfdb219b7c55eb7540cf063ae00971.zip |
Update ABC to git rev 68da3cf
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,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 = 4d56acf +ABCREV = 68da3cf ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |