[docs] Actually spell out the new version requirements for the host C++
authorChandler Carruth <chandlerc@gmail.com>
Thu, 27 Feb 2014 10:35:57 +0000 (10:35 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 27 Feb 2014 10:35:57 +0000 (10:35 +0000)
commit36b191fc1c627c0a44c6fdfcaa963d7e32c1c8a6
treea30af6ec9fedf2d60fdfaaa0edc4a69add954cd2
parente2eb9a55a8fa1b86ca593918477136cd35f3cd06
[docs] Actually spell out the new version requirements for the host C++
toolchain of LLVM. These are already being enforced by the build system
and have been discussed quite a few times on the lists, but
documentation is important. =]

Also, garbage collect the majority of the information about broken host
GCC toolchains. These aren't really relevant any more as they're all
older than the minimum requirement. I've left a few notes about
compilers one step older than the current requirement as these compilers
are at least conceivable to use, and it's better to preserve this kind
of hard-won institutional knowledge.

The next step will be some specific docs on how to set up a sufficiently
modern host toolchain if your system doesn't come with one. But that'll
be tomorrow. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202375 91177308-0d34-0410-b5e6-96231b3b80d8
docs/GettingStarted.rst