From b338dafb9b5d5e47ad73651b0d85fa5cbfe91b5c Mon Sep 17 00:00:00 2001 From: schwab 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143484 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85788ba1129..602694cfb5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-18 Andreas Schwab + + * doc/install.texi (Configuration): Remove obsolete paragraph + about use of --with-gnu-ld with --with-gnu-as. + 2009-01-18 Kazu Hirata * doc/extend.texi, doc/gimple.texi, doc/invoke.texi, diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 094353b667a..ffc12cd2eb3 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 -- 2.11.4.GIT