From defb9fb4e9786443daac7e17d9d5dbe5d6f15098 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Tue, 19 Jun 2007 05:52:36 +0000
Subject: [PATCH] don't use binutils 2.17
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37652 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
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 @@
- Hardware
- Software
-
- Broken versions of GCC
+
- 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).
+
--
2.34.1