From: Chris Lattner Date: Tue, 19 Jun 2007 05:52:36 +0000 (+0000) Subject: don't use binutils 2.17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=defb9fb4e9786443daac7e17d9d5dbe5d6f15098;p=oota-llvm.git don't use binutils 2.17 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37652 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 72bc9b3e2f7..123f0b4589a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -19,7 +19,7 @@
  1. Hardware
  2. Software -
  3. Broken versions of GCC +
  4. Broken versions of GCC and other tools
  • Getting Started with LLVM @@ -491,7 +491,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

    @@ -553,6 +553,12 @@ long warning messages complaining that some ".gnu.linkonce.t.*" symbol was defined in a discarded section. You can safely ignore these messages as they are erroneous and the linkage is correct. These messages disappear using ld 2.17.

    + +

    GNU binutils 2.17: Binutils 2.17 contains a bug which +causes huge link times (minutes instead of seconds) when building LLVM. We +recommend upgrading to a newer version (2.17.50.0.4 or later).

    +