Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad9f737

Browse filesBrowse files
devnexenaddaleax
authored andcommitted
doc: documenting a bit more FreeBSD case
FreeBSD provides more up to date compilers than the one provided by the system. PR-URL: #30325 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent bfcc914 commit ad9f737
Copy full SHA for ad9f737

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+5-1Lines changed: 5 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ platforms. This is true regardless of entries in the table below.
116116
| macOS | x64 | >= 10.11 | Tier 1 | |
117117
| SmartOS | x64 | >= 18 | Tier 2 | |
118118
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
119-
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 |
119+
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |
120120

121121
<em id="fn1">1</em>: GCC 6 is not provided on the base platform, users will
122122
need the
@@ -150,6 +150,10 @@ are provided. However, tests in our infrastructure only run on WoW64.
150150
Furthermore, compiling on x86 Windows is currently considered Experimental and
151151
may not be possible.
152152

153+
<em id="fn7">7</em>: The default FreeBSD 12.0 compiler is Clang 6.0.1, but
154+
FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are provided
155+
via the system's package manager, including Clang 9.0.
156+
153157
### Supported toolchains
154158

155159
Depending on the host platform, the selection of toolchains may vary.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.