diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-23 05:41:21 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-23 05:41:21 +0000 |
| commit | 5d348fa65dd25532c32d3c17386c67bdca04ebc9 (patch) | |
| tree | 137590f689a151d9a0183724e2cbbaafa902a8d5 | |
| parent | ac4bd9a0eed8a2ccbbaee8480dba1e3a646458cc (diff) | |
| download | ppe42-gcc-5d348fa65dd25532c32d3c17386c67bdca04ebc9.tar.gz ppe42-gcc-5d348fa65dd25532c32d3c17386c67bdca04ebc9.zip | |
* doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67113 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 24 |
2 files changed, 15 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fa4639ecacd..3c5fd11e61b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*. + Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*. + 2003-05-22 Roger Sayle <roger@eyesopen.com> * real.c (real_maxval): New function to return the largest finite diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 325a384a089..c6f55400c38 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1731,7 +1731,7 @@ GNU Compiler Collection on your machine. @item @uref{#sparc-*-linux*,,sparc-*-linux*} @item -@uref{#sparc64-*-*,,sparc64-*-*} +@uref{#sparc64-*-solaris2*,,sparc64-*-solaris2*} @item @uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*} @item @@ -3023,18 +3023,7 @@ releases mishandled unaligned relocations on @code{sparc-*-*} targets. @html <hr /> @end html -@heading @anchor{sparc64-*-*}sparc64-*-* - -GCC version 2.95 is not able to compile code correctly for -@code{sparc64} targets. Users of the Linux kernel, at least, -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 -<hr /> -@end html -@heading @anchor{sparcv9-*-solaris2*}sparcv9-*-solaris2* +@heading @anchor{sparc64-*-solaris2*}sparc64-*-solaris2* The following compiler flags must be specified in the configure step in order to bootstrap this target with the Sun compiler: @@ -3044,7 +3033,14 @@ step in order to bootstrap this target with the Sun compiler: @end example @option{-xildoff} turns off the incremental linker, and @option{-xarch=v9} -specifies the v9 architecture to the Sun linker and assembler. +specifies the SPARC-V9 architecture to the Sun linker and assembler. + +@html +<hr /> +@end html +@heading @anchor{sparcv9-*-solaris2*}sparcv9-*-solaris2* + +This is a synonym for sparc64-*-solaris2*. @html <hr /> |

