public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* sparc64 support for Solaris
@ 1997-10-17 16:51 Fred Richardson
  1997-10-17 19:03 ` David S. Miller
  1997-10-17 19:06 ` Joe Buck
  0 siblings, 2 replies; 11+ messages in thread
From: Fred Richardson @ 1997-10-17 16:51 UTC (permalink / raw)
  To: egcs

Hi-

I was wondering how I can enable 64 bit support and v9 instruction
scheduling for an Ultra 1 Model 170 running Solaris2.5.  This is
apparently not possible when the target is "sparc-sun-solaris2.5.1".

I thought I'd try specifying "sparc64-sun-elf".  But I don't know if
this makes any sense.  Does anyone have any suggestions?

                    -Fred

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: sparc64 support for Solaris
@ 1997-10-17 19:31 Mike Stump
  1997-10-19 13:06 ` Fred Richardson
  0 siblings, 1 reply; 11+ messages in thread
From: Mike Stump @ 1997-10-17 19:31 UTC (permalink / raw)
  To: egcs, frichard

> Date: Fri, 17 Oct 1997 19:51:35 -0400
> From: Fred Richardson <frichard@bbn.com>

> I was wondering how I can enable 64 bit support and v9 instruction
> scheduling for an Ultra 1 Model 170 running Solaris2.5.  This is
> apparently not possible when the target is "sparc-sun-solaris2.5.1".

> I thought I'd try specifying "sparc64-sun-elf".  But I don't know if
> this makes any sense.  Does anyone have any suggestions?

from sparc.c:

    /* "v9" is used to specify a true 64 bit architecture.
       "v8plus" is what Sun calls Solaris2 running on UltraSPARC's.  */
    { "v8plus",     PROCESSOR_V8PLUS, MASK_ISA, MASK_V9 },

Now, do you want to help us, and submit changes to the doc that
document this better so that next time we can say RTFM?  ;-)

-mcpu=v8plus should work.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~1997-10-20 19:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-17 16:51 sparc64 support for Solaris Fred Richardson
1997-10-17 19:03 ` David S. Miller
1997-10-17 19:06 ` Joe Buck
1997-10-17 19:44   ` John Carr
1997-10-17 21:50   ` Oleg Krivosheev
1997-10-18 11:53     ` Joe Buck
1997-10-18 12:39       ` Joe Buck
1997-10-17 19:31 Mike Stump
1997-10-19 13:06 ` Fred Richardson
1997-10-20 18:57   ` John Carr
1997-10-20 19:22   ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).