forked from OSchip/llvm-project
[docs] Tweak discussion of BSDs based on feedback from Roman Divacky.
FreeBSD 10.0 and newer have a modern Clang toolchain that should work well. llvm-svn: 202488
This commit is contained in:
parent
afc4f2af76
commit
b2719d48ab
|
@ -278,12 +278,13 @@ of writing, this breaks LLD build.
|
|||
Getting a Modern Host C++ Toolchain
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
This section mostly applies to Linux and BSDs. On Mac OS X, you should have
|
||||
This section mostly applies to Linux and older BSDs. On Mac OS X, you should have
|
||||
a sufficiently modern Xcode, or you will likely need to upgrade until you do.
|
||||
On Windows, just use Visual Studio 2012 as the host compiler, it is explicitly
|
||||
supported and widely available.
|
||||
supported and widely available. FreeBSD 10.0 and newer have a modern Clang as
|
||||
the system compiler.
|
||||
|
||||
However, on Linux and BSDs there are some notable distributions which have
|
||||
However, some Linux distributions and some other or older BSDs sometimes have
|
||||
extremely old versions of GCC. These steps attempt to help you upgrade you
|
||||
compiler even on such a system. However, if at all possible, we encourage you
|
||||
to use a recent version of a distribution with a modern system compiler that
|
||||
|
|
Loading…
Reference in New Issue