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