diff options
author | Catherine <whitequark@whitequark.org> | 2023-02-04 03:35:42 +0000 |
---|---|---|
committer | Catherine <whitequark@whitequark.org> | 2023-02-04 03:35:53 +0000 |
commit | 3af3cc15b5258f6ad64888b54df3428bc2c658d8 (patch) | |
tree | 51875bacba9417e1541019f2a8ce02295d5841df | |
parent | 54bf15a5b82631a94a51970e07092244c675a99a (diff) | |
download | yosys-3af3cc15b5258f6ad64888b54df3428bc2c658d8.tar.gz yosys-3af3cc15b5258f6ad64888b54df3428bc2c658d8.tar.bz2 yosys-3af3cc15b5258f6ad64888b54df3428bc2c658d8.zip |
Bump ABCREV to fix WASM build.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,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 = be9a35c +ABCREV = a8f0ef2 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) |