64 bit
Alexandre Oliva
aoliva@redhat.com
Thu Mar 14 21:42:00 GMT 2002
On Mar 14, 2002, "Sergey Klyushin" <sergey.klyushin@hummingbird.com> wrote:
> What gcc options should I set to compile "C" file in 64 bit mode
> on SPARC SunBlade 100 machine using GNU (GCC) compiler?
-m64, if whatever version of GCC you're using already supports this
option. But note that, even in GCC 3.0.x, such option is only
partially supported, and there are situations in which it is known to
fail. Using -mcpu=ultrasparc instead generally gets you most of the
benefit without running into the known problems. If you really want
64-bit code, better get a GCC 3.1 development snapshot, or wait for
the final release.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
More information about the Gcc
mailing list