From a729d731c8a6dcd45760f1bd7bc5d5379ae49d2c Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@suse.de>
Date: Sun, 18 Jan 2009 15:47:15 +0000
Subject: [PATCH] doc/install.texi (Configuration): Remove obsolete paragraph
 about use of --with-gnu-ld with --with-gnu-as.

From-SVN: r143484
---
 gcc/ChangeLog        | 5 +++++
 gcc/doc/install.texi | 6 +-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 85788ba11299..602694cfb5f6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-18  Andreas Schwab  <schwab@suse.de>
+
+	* doc/install.texi (Configuration): Remove obsolete paragraph
+	about use of --with-gnu-ld with --with-gnu-as.
+
 2009-01-18  Kazu Hirata  <kazu@codesourcery.com>
 
 	* doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 094353b667a1..ffc12cd2eb3e 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -45,7 +45,7 @@
 @end ifset
 
 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
 
 @c IMPORTANT: whenever you modify this file, run `install.texi2html' to
@@ -887,10 +887,6 @@ whether you use the GNU assembler.  On any other system,
 @item @samp{sparc64-@var{any}-solaris2.@var{any}}
 @end itemize
 
-On the systems listed above (except for the HP-PA, the SPARC, for ISC on
-the 386, if you use the GNU assembler, you should also use the GNU linker
-(and specify @option{--with-gnu-ld}).
-
 @item @anchor{with-as}--with-as=@var{pathname}
 Specify that the compiler should use the assembler pointed to by
 @var{pathname}, rather than the one found by the standard rules to find
-- 
GitLab