Commit 0dc7ee3c by Eric Botcazou Committed by Eric Botcazou

install.texi: Remove sparc64-*-*.

	* doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
	Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.

From-SVN: r67113
parent 18c2511c
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> 2003-05-22 Roger Sayle <roger@eyesopen.com>
* real.c (real_maxval): New function to return the largest finite * real.c (real_maxval): New function to return the largest finite
......
...@@ -1731,7 +1731,7 @@ GNU Compiler Collection on your machine. ...@@ -1731,7 +1731,7 @@ GNU Compiler Collection on your machine.
@item @item
@uref{#sparc-*-linux*,,sparc-*-linux*} @uref{#sparc-*-linux*,,sparc-*-linux*}
@item @item
@uref{#sparc64-*-*,,sparc64-*-*} @uref{#sparc64-*-solaris2*,,sparc64-*-solaris2*}
@item @item
@uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*} @uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*}
@item @item
...@@ -3023,18 +3023,7 @@ releases mishandled unaligned relocations on @code{sparc-*-*} targets. ...@@ -3023,18 +3023,7 @@ releases mishandled unaligned relocations on @code{sparc-*-*} targets.
@html @html
<hr /> <hr />
@end html @end html
@heading @anchor{sparc64-*-*}sparc64-*-* @heading @anchor{sparc64-*-solaris2*}sparc64-*-solaris2*
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*
The following compiler flags must be specified in the configure The following compiler flags must be specified in the configure
step in order to bootstrap this target with the Sun compiler: 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: ...@@ -3044,7 +3033,14 @@ step in order to bootstrap this target with the Sun compiler:
@end example @end example
@option{-xildoff} turns off the incremental linker, and @option{-xarch=v9} @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 @html
<hr /> <hr />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment