-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove broken x32 arch support
I added support for x32 back in 2014 but it's been in a state of disrepair ever since, not in the least because it was never a fully supported architecture in upstream V8. V8 dropped x32 support entirely in or around 2018 so the removal from Node's build system is long overdue. Refs: #40576 PR-URL: #41905 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
- Loading branch information
1 parent
11e76fc
commit 428b967
Showing
72 changed files
with
2,907 additions
and
776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
deps/openssl/config/archs/linux-x32/asm/crypto/include/internal/bn_conf.h
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
deps/openssl/config/archs/linux-x32/asm/crypto/include/internal/dso_conf.h
This file was deleted.
Oops, something went wrong.
200 changes: 0 additions & 200 deletions
200
deps/openssl/config/archs/linux-x32/asm/include/openssl/opensslconf.h
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
deps/openssl/config/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
deps/openssl/config/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.