Skip to content

Commit f422511

Browse files
committed
doc: shorten riscv64 compilation note
1 parent 59d9b8c commit f422511

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

BUILDING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ releases for these platforms. Test failures on experimental platforms do not
128128
block releases. Contributions to improve support for these platforms are
129129
welcome.
130130

131-
| Operating System | Architectures | Versions[^5] | Notes |
132-
| ---------------- | ---------------- | ----------------------------- | ---------------------------------------------- |
133-
| GNU/Linux | x64 | kernel >= 6.6, musl >= 1.2.4 | e.g. Alpine 3.19 |
134-
| GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Downgraded as of Node.js 10 |
135-
| GNU/Linux | armv7 | kernel >= 4.18, glibc >= 2.28 | Downgraded as of Node.js 24 |
136-
| GNU/Linux | armv6 | kernel >= 4.18, glibc >= 2.28 | Downgraded as of Node.js 12 |
137-
| GNU/Linux | loong64 | kernel >= 6.8, glibc >= 2.39 | e.g. Ubuntu 24.04 |
138-
| GNU/Linux | riscv64 | kernel >= 6.8, glibc >= 2.39 | GCC >= 14 or Clang >= 19 for native builds[^6] |
139-
| FreeBSD | x64 | >= 13.2 | |
140-
| OpenHarmony | arm64 | >= 5.0 | |
131+
| Operating System | Architectures | Versions[^5] | Notes |
132+
| ---------------- | ---------------- | ----------------------------- | ---------------------------- |
133+
| GNU/Linux | x64 | kernel >= 6.6, musl >= 1.2.4 | e.g. Alpine 3.19 |
134+
| GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Downgraded as of Node.js 10 |
135+
| GNU/Linux | armv7 | kernel >= 4.18, glibc >= 2.28 | Downgraded as of Node.js 24 |
136+
| GNU/Linux | armv6 | kernel >= 4.18, glibc >= 2.28 | Downgraded as of Node.js 12 |
137+
| GNU/Linux | loong64 | kernel >= 6.8, glibc >= 2.39 | e.g. Ubuntu 24.04 |
138+
| GNU/Linux | riscv64 | kernel >= 6.8, glibc >= 2.39 | GCC >= 14 or Clang >= 19[^6] |
139+
| FreeBSD | x64 | >= 13.2 | |
140+
| OpenHarmony | arm64 | >= 5.0 | |
141141

142142
<!--lint disable final-definition-->
143143

0 commit comments

Comments
 (0)