diff options
author | Catherine <whitequark@whitequark.org> | 2022-07-07 08:08:17 +0000 |
---|---|---|
committer | Catherine <whitequark@whitequark.org> | 2022-07-07 08:38:30 +0000 |
commit | 502b96fe53e82b5454fbbd032cbf6b13ad2dad6d (patch) | |
tree | 725fab2c510b19d0e69f269fdbc91b26cef17aba /Makefile | |
parent | 43d86f2c26e2950b1b08dd46a324582668bbcf57 (diff) | |
download | yosys-502b96fe53e82b5454fbbd032cbf6b13ad2dad6d.tar.gz yosys-502b96fe53e82b5454fbbd032cbf6b13ad2dad6d.tar.bz2 yosys-502b96fe53e82b5454fbbd032cbf6b13ad2dad6d.zip |
Fix external ABC build after commit 0ca0932b5.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ bumpversion: # 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 = f159bef +ABCREV = 5f40c47 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) |