This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 64 bit


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]