Commit edf1c8df by David S. Miller Committed by David S. Miller

install.texi (Specific, [...]): Bring 64-bit Sparc description more in line with reality.

	* doc/install.texi (Specific, sparc-sun-solaris2*): Bring
	64-bit Sparc description more in line with reality.

From-SVN: r46704
parent 5735c3ea
2001-11-01 David S. Miller <davem@redhat.com>
* doc/install.texi (Specific, sparc-sun-solaris2*): Bring
64-bit Sparc description more in line with reality.
2001-11-01 Joseph S. Myers <jsm28@cam.ac.uk> 2001-11-01 Joseph S. Myers <jsm28@cam.ac.uk>
* Makefile.in (GCOV_OBJS): Add version.o. * Makefile.in (GCOV_OBJS): Add version.o.
......
...@@ -3304,16 +3304,13 @@ This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris ...@@ -3304,16 +3304,13 @@ This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris
starting with Solaris 7. starting with Solaris 7.
Starting with Solaris 7, the operating system is capable of executing Starting with Solaris 7, the operating system is capable of executing
64-bit SPARC V9 binaries. GCC 3.0 doesn't properly support this yet. 64-bit SPARC V9 binaries. GCC 3.1 and later should properly support
Although some patches or recipes to enable this support have been posted this. GCC 3.0 lacks the infrastructure necessary to support this
to various newsgroups and mailing lists, we recommend against using configuration properly. However, if all you want is code tuned for
them, since the compiler may either crash or, worse, silently generate the UltraSPARC CPU, you should try the @option{-mtune=ultrasparc}
bad code. If you really need this capability now, you might try a CVS option instead, which should be safe from those bugs and produce code
version of GCC 3.1, which will fully support this. If all you want is that, unlike full 64-bit code, can still run on non-UltraSPARC
code tuned for the UltraSPARC CPU, you should try the machines.
@option{-mtune=ultrasparc} option instead, which should be safe from
those bugs and produce code that, unlike full 64-bit code, can still run
on non-UltraSPARC machines.
@html @html
</p> </p>
......
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