diff options
| author | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-06 15:14:30 +0000 |
|---|---|---|
| committer | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-06 15:14:30 +0000 |
| commit | f617d3987664103a906865e31820441ab745a1f3 (patch) | |
| tree | de6dcc477665a06a7584b4f4f705c8c25af9c9a4 | |
| parent | 9b7d4a8fbc01db3ada19ef54c88a4a206e27f00b (diff) | |
| download | ppe42-gcc-f617d3987664103a906865e31820441ab745a1f3.tar.gz ppe42-gcc-f617d3987664103a906865e31820441ab745a1f3.zip | |
2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
* doc/install.texi (sparcv9-*-solaris2*): Add documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48581 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b76365c17d4..5983ff6dad1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 091625435ef..6b508c863b9 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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> |

