public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Deprecated target mips64vr5xxx-elf
@ 2005-10-07  4:16 Yuri Karlsbrun
  2005-10-07  4:51 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Yuri Karlsbrun @ 2005-10-07  4:16 UTC (permalink / raw)
  To: gcc-help

Hello,

The target mips64vr5xxx-elf does not exist in gcc-4.0.1. Could you tell
me for what existing mips64 target I have to build gcc compiler?
Here is command line options produced by very old gcc-2.9x for target
mips64vr5xxx-elf:

-undef -D__GNUC__=2 -D__GNUC_MINOR__=9 -Dmips -DMIPSEB -DR5000 -D_mips
-D_MIPSEB -D_R5000 -D__mips__ -D__MIPSEB__ -D__R5000__ -D___mips__
-D_MIPSEB -D_R5000 -D__mips -D__MIPSEB -D__R5000 -D___mips
-D__LANGUAGE_C -D_LANGUAGE_C -DLANGUAGE_C -D__SIZE_TYPE__=long unsigned
int -D__PTRDIFF_TYPE__=long int -D__LONG_MAX__=9223372036854775807L
-U__mips -D__mips=3 -D__mips64 -D__mips_eabi

I would appreciate your help.

Yuri


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

* Re: Deprecated target mips64vr5xxx-elf
  2005-10-07  4:16 Deprecated target mips64vr5xxx-elf Yuri Karlsbrun
@ 2005-10-07  4:51 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2005-10-07  4:51 UTC (permalink / raw)
  To: Yuri Karlsbrun; +Cc: gcc-help

Yuri Karlsbrun <yuri_karlsbrun@yahoo.com> writes:

> The target mips64vr5xxx-elf does not exist in gcc-4.0.1. Could you tell
> me for what existing mips64 target I have to build gcc compiler?
> Here is command line options produced by very old gcc-2.9x for target
> mips64vr5xxx-elf:
> 
> -undef -D__GNUC__=2 -D__GNUC_MINOR__=9 -Dmips -DMIPSEB -DR5000 -D_mips
> -D_MIPSEB -D_R5000 -D__mips__ -D__MIPSEB__ -D__R5000__ -D___mips__
> -D_MIPSEB -D_R5000 -D__mips -D__MIPSEB -D__R5000 -D___mips
> -D__LANGUAGE_C -D_LANGUAGE_C -DLANGUAGE_C -D__SIZE_TYPE__=long unsigned
> int -D__PTRDIFF_TYPE__=long int -D__LONG_MAX__=9223372036854775807L
> -U__mips -D__mips=3 -D__mips64 -D__mips_eabi

Hi Yuri.  I think it would about the same if you do
    configure --target=mips64-elf --with-arch=vr5000
You might also want "--with-abi=eabi".

The valid choices for --with-arch are the ones listed in the
documentation for the MIPS -march=ARCH option.

Ian

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

end of thread, other threads:[~2005-10-07  4:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-07  4:16 Deprecated target mips64vr5xxx-elf Yuri Karlsbrun
2005-10-07  4:51 ` Ian Lance Taylor

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).