build: remove support for s390 32-bit · nodejs/node@15f2fb9 · GitHub
Skip to content

Commit 15f2fb9

Browse files
richardlauRafaelGSS
authored andcommitted
build: remove support for s390 32-bit
V8 removed support for it. Refs: v8/v8@9565a9a PR-URL: #58070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 4ab254c commit 15f2fb9

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

Makefile

Lines changed: 0 additions & 8 deletions

doc/api/os.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ added: v0.5.0
5555

5656
Returns the operating system CPU architecture for which the Node.js binary was
5757
compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`,
58-
`'mips'`, `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`,
59-
and `'x64'`.
58+
`'mips'`, `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390x'`, and `'x64'`.
6059

6160
The return value is equivalent to [`process.arch`][].
6261

@@ -257,7 +256,7 @@ added:
257256
* Returns: {string}
258257

259258
Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`,
260-
`mips`, `mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`.
259+
`mips`, `mips64`, `ppc64`, `ppc64le`, `s390x`, `i386`, `i686`, `x86_64`.
261260

262261
On POSIX systems, the machine type is determined by calling
263262
[`uname(3)`][]. On Windows, `RtlGetVersion()` is used, and if it is not

tools/v8_gypfiles/v8.gyp

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)