@@ -80,7 +80,7 @@ There are three support tiers:
80
80
platforms are welcome.
81
81
82
82
Platforms may move between tiers between major release lines. The table below
83
- will be updated to reflect those changes.
83
+ will reflect those changes.
84
84
85
85
### Platform list
86
86
@@ -113,26 +113,26 @@ platforms. This is true regardless of entries in the table below.
113
113
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
114
114
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup >[ 7] ( #fn7 ) </sup > |
115
115
116
- <em id =" fn1 " >1</em >: GCC 6 is not provided on the base platform, users will
116
+ <em id =" fn1 " >1</em >: GCC 6 is not provided on the base platform. Users will
117
117
need the
118
118
[ Toolchain test builds PPA] ( https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial )
119
119
or similar to source a newer compiler.
120
120
121
- <em id =" fn2 " >2</em >: GCC 6 is not provided on the base platform, users will
121
+ <em id =" fn2 " >2</em >: GCC 6 is not provided on the base platform. Users will
122
122
need the
123
123
[ devtoolset-6] ( https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/ )
124
124
or later to source a newer compiler.
125
125
126
- <em id =" fn3 " >3</em >: Older kernel versions may work for ARM64, however the
126
+ <em id =" fn3 " >3</em >: Older kernel versions may work for ARM64. However the
127
127
Node.js test infrastructure only tests >= 4.5.
128
128
129
129
<em id =" fn4 " >4</em >: On Windows, running Node.js in Windows terminal emulators
130
130
like ` mintty ` requires the usage of [ winpty] ( https://github.com/rprichard/winpty )
131
- for the tty channels to work correctly (e.g. ` winpty node.exe script.js ` ).
131
+ for the tty channels to work (e.g. ` winpty node.exe script.js ` ).
132
132
In "Git bash" if you call the node shell alias (` node ` without the ` .exe `
133
133
extension), ` winpty ` is used automatically.
134
134
135
- <em id =" fn5 " >5</em >: The Windows Subsystem for Linux (WSL) is not directly
135
+ <em id =" fn5 " >5</em >: The Windows Subsystem for Linux (WSL) is not
136
136
supported, but the GNU/Linux build process and binaries should work. The
137
137
community will only address issues that reproduce on native GNU/Linux
138
138
systems. Issues that only reproduce on WSL should be reported in the
@@ -142,11 +142,11 @@ platforms. This is true regardless of entries in the table below.
142
142
143
143
<em id =" fn6 " >6</em >: Running Node.js on x86 Windows should work and binaries
144
144
are provided. However, tests in our infrastructure only run on WoW64.
145
- Furthermore, compiling on x86 Windows is currently considered Experimental and
145
+ Furthermore, compiling on x86 Windows is Experimental and
146
146
may not be possible.
147
147
148
148
<em id =" fn7 " >7</em >: The default FreeBSD 12.0 compiler is Clang 6.0.1, but
149
- FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are provided
149
+ FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are available
150
150
via the system's package manager, including Clang 9.0.
151
151
152
152
### Supported toolchains
0 commit comments