diff options
author | Catherine <whitequark@whitequark.org> | 2023-02-04 04:09:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-04 04:09:55 +0000 |
commit | 5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39 (patch) | |
tree | 51875bacba9417e1541019f2a8ce02295d5841df | |
parent | 54bf15a5b82631a94a51970e07092244c675a99a (diff) | |
parent | 3af3cc15b5258f6ad64888b54df3428bc2c658d8 (diff) | |
download | yosys-5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39.tar.gz yosys-5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39.tar.bz2 yosys-5fa96ccdeefdfe6ec9d4ee6d36c9ebc43b02ce39.zip |
Merge pull request #3659 from whitequark/update-abc
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) |