]> gcc.gnu.org Git - gcc.git/commitdiff
doc/install.texi (Configuration): Remove obsolete paragraph
authorAndreas Schwab <schwab@suse.de>
Sun, 18 Jan 2009 15:47:15 +0000 (15:47 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 18 Jan 2009 15:47:15 +0000 (15:47 +0000)
about use of --with-gnu-ld with --with-gnu-as.

From-SVN: r143484

gcc/ChangeLog
gcc/doc/install.texi

index 85788ba11299cd4493456da41dd145de181d50be..602694cfb5f6868221c2cbf8086da1ba242b6c62 100644 (file)
@@ -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,
index 094353b667a11245ebc3b03e92a8251ccd18f904..ffc12cd2eb3eb0a1fac5633bfbe5116ab5b81f40 100644 (file)
@@ -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
This page took 0.076394 seconds and 5 git commands to generate.