install.texi (sparcv9-*-solaris2*): Add documentation.
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Sun, 6 Jan 2002 15:14:30 +0000 (15:14 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Sun, 6 Jan 2002 15:14:30 +0000 (15:14 +0000)
2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        * doc/install.texi (sparcv9-*-solaris2*): Add documentation.

From-SVN: r48581

gcc/ChangeLog
gcc/doc/install.texi

index b76365c17d467482499a359f3823ea3d2f46de25..5983ff6dad1d0776abaa0554a01fc62262be3705 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
+
 2002-01-06  Richard Henderson  <rth@redhat.com>
 
        * reorg.c (emit_delay_sequence): Remove death notes, not merely
index 091625435efa6e55088135ebaf3037c571d8db7e..6b508c863b91bbcddbf0cc609fa2f352d7f2a19b 100644 (file)
@@ -1649,6 +1649,8 @@ These lists are updated as new information becomes available.
 @item
 @uref{#sparc64-*-*,,sparc64-*-*}
 @item
+@uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*}
+@item
 @uref{#*-*-sysv*,,*-*-sysv*}
 @item
 @uref{#vax-dec-ultrix,,vax-dec-ultrix}
@@ -3557,6 +3559,21 @@ can use the @code{sparc32} program to start up a new shell
 invocation with an environment that causes @command{configure} to
 recognize (via @samp{uname -a}) the system as @samp{sparc-*-*} instead.
 
+@html
+</p>
+<hr>
+@end html
+@heading @anchor{sparcv9-*-solaris2*}sparcv9-*-solaris2*
+
+The following compiler flags must be specified in the configure
+step in order to bootstrap this target with the Sun compiler:
+
+@example
+   % CC="cc -xildoff -xarch=v9" @var{srcdir}/configure [@var{options}] [@var{target}]
+@end example
+
+@option{-xildoff} turns off the incremental linker, and @option{-xarch=v9}
+specifies the v9 architecture to the Sun linker and assembler.
 
 @html
 </p>