public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: How to build a mips3 binary on mips-sgi-irix6.5
@ 1999-06-16  0:20 Billinghurst, David (RTD)
  1999-06-16  0:28 ` Jeffrey A Law
  1999-06-30 15:43 ` Billinghurst, David (RTD)
  0 siblings, 2 replies; 8+ messages in thread
From: Billinghurst, David (RTD) @ 1999-06-16  0:20 UTC (permalink / raw)
  To: 'law@cygnus.com'; +Cc: 'egcs@egcs.cygnus.com'

I don't want to multilib this.  
I just want to be able to return to the egcs-1.0 situation where -mips3 is
the default.

> -----Original Message-----
> From:	Jeffrey A Law [SMTP:law@cygnus.com]
> Sent:	Saturday, 12 June 1999 4:27
> To:	Billinghurst, David (RTD)
> Cc:	'egcs@egcs.cygnus.com'
> Subject:	Re: How to build a mips3 binary on mips-sgi-irix6.5 
> 
> 
>   In message < A9E96A79C068D211A6A90000C07BDF0D1DE856@CRTSMAIL >you write:
>   > We have a network of R10k and R4400 mips-sgi-irix6.5 machines.
>   > By default we like to build -mips3 -n32 binaries as these run happily
> on
>   > both platforms.
>   > 
>   > I built egcs-1.1.2 on an r10k machine, and it is an -mips4
> application.
>   > It can't build -mips3 binaries as 
>   > "/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.66/crtbegin.o is
> MIPS4"
>   > 
>   > Is there a way to build egcs on an r10k machine so it defaults to
> -mips3 ?
>   > (The alternative of building egcs on an r4400 indigo2 isn't
> attractive)
> You will have to multilib things so that you end up with both mips3 and
> mips4
> support files like crtbegin, libgcc, etc.
> 
> jeff

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

* Re: How to build a mips3 binary on mips-sgi-irix6.5
  1999-06-16  0:20 How to build a mips3 binary on mips-sgi-irix6.5 Billinghurst, David (RTD)
@ 1999-06-16  0:28 ` Jeffrey A Law
  1999-06-30 15:43   ` Jeffrey A Law
  1999-06-30 15:43 ` Billinghurst, David (RTD)
  1 sibling, 1 reply; 8+ messages in thread
From: Jeffrey A Law @ 1999-06-16  0:28 UTC (permalink / raw)
  To: Billinghurst, David (RTD); +Cc: 'egcs@egcs.cygnus.com'

  In message < A9E96A79C068D211A6A90000C07BDF0D1DE861@CRTSMAIL >you write:
  > I don't want to multilib this.  
  > I just want to be able to return to the egcs-1.0 situation where -mips3 is
  > the default.
I suspect that is not the right thing to do.  You should talk to folks that
made whatever change the default.  Odds are it was made for a good reason
and you will need to multilib this to do what you want.



jeff

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

* Re: How to build a mips3 binary on mips-sgi-irix6.5
  1999-06-16  0:28 ` Jeffrey A Law
@ 1999-06-30 15:43   ` Jeffrey A Law
  0 siblings, 0 replies; 8+ messages in thread
From: Jeffrey A Law @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Billinghurst, David (RTD); +Cc: 'egcs@egcs.cygnus.com'

  In message < A9E96A79C068D211A6A90000C07BDF0D1DE861@CRTSMAIL >you write:
  > I don't want to multilib this.  
  > I just want to be able to return to the egcs-1.0 situation where -mips3 is
  > the default.
I suspect that is not the right thing to do.  You should talk to folks that
made whatever change the default.  Odds are it was made for a good reason
and you will need to multilib this to do what you want.



jeff

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

* RE: How to build a mips3 binary on mips-sgi-irix6.5
  1999-06-16  0:20 How to build a mips3 binary on mips-sgi-irix6.5 Billinghurst, David (RTD)
  1999-06-16  0:28 ` Jeffrey A Law
@ 1999-06-30 15:43 ` Billinghurst, David (RTD)
  1 sibling, 0 replies; 8+ messages in thread
From: Billinghurst, David (RTD) @ 1999-06-30 15:43 UTC (permalink / raw)
  To: 'law@cygnus.com'; +Cc: 'egcs@egcs.cygnus.com'

I don't want to multilib this.  
I just want to be able to return to the egcs-1.0 situation where -mips3 is
the default.

> -----Original Message-----
> From:	Jeffrey A Law [SMTP:law@cygnus.com]
> Sent:	Saturday, 12 June 1999 4:27
> To:	Billinghurst, David (RTD)
> Cc:	'egcs@egcs.cygnus.com'
> Subject:	Re: How to build a mips3 binary on mips-sgi-irix6.5 
> 
> 
>   In message < A9E96A79C068D211A6A90000C07BDF0D1DE856@CRTSMAIL >you write:
>   > We have a network of R10k and R4400 mips-sgi-irix6.5 machines.
>   > By default we like to build -mips3 -n32 binaries as these run happily
> on
>   > both platforms.
>   > 
>   > I built egcs-1.1.2 on an r10k machine, and it is an -mips4
> application.
>   > It can't build -mips3 binaries as 
>   > "/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.66/crtbegin.o is
> MIPS4"
>   > 
>   > Is there a way to build egcs on an r10k machine so it defaults to
> -mips3 ?
>   > (The alternative of building egcs on an r4400 indigo2 isn't
> attractive)
> You will have to multilib things so that you end up with both mips3 and
> mips4
> support files like crtbegin, libgcc, etc.
> 
> jeff

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

* How to build a mips3 binary on mips-sgi-irix6.5
  1999-06-11  0:08 Billinghurst, David (RTD)
  1999-06-11 11:33 ` Jeffrey A Law
@ 1999-06-30 15:43 ` Billinghurst, David (RTD)
  1 sibling, 0 replies; 8+ messages in thread
From: Billinghurst, David (RTD) @ 1999-06-30 15:43 UTC (permalink / raw)
  To: 'egcs@egcs.cygnus.com'

We have a network of R10k and R4400 mips-sgi-irix6.5 machines.
By default we like to build -mips3 -n32 binaries as these run happily on
both platforms.

I built egcs-1.1.2 on an r10k machine, and it is an -mips4 application.
It can't build -mips3 binaries as 
"/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.66/crtbegin.o is MIPS4"

Is there a way to build egcs on an r10k machine so it defaults to  -mips3 ?
(The alternative of building egcs on an r4400 indigo2 isn't attractive)

+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone:	+61 3 9469 0642
FAX:	+61 3 9462 2700
Email:	David.Billinghurst@riotinto.com.au




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

* Re: How to build a mips3 binary on mips-sgi-irix6.5
  1999-06-11 11:33 ` Jeffrey A Law
@ 1999-06-30 15:43   ` Jeffrey A Law
  0 siblings, 0 replies; 8+ messages in thread
From: Jeffrey A Law @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Billinghurst, David (RTD); +Cc: 'egcs@egcs.cygnus.com'

  In message < A9E96A79C068D211A6A90000C07BDF0D1DE856@CRTSMAIL >you write:
  > We have a network of R10k and R4400 mips-sgi-irix6.5 machines.
  > By default we like to build -mips3 -n32 binaries as these run happily on
  > both platforms.
  > 
  > I built egcs-1.1.2 on an r10k machine, and it is an -mips4 application.
  > It can't build -mips3 binaries as 
  > "/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.66/crtbegin.o is MIPS4"
  > 
  > Is there a way to build egcs on an r10k machine so it defaults to  -mips3 ?
  > (The alternative of building egcs on an r4400 indigo2 isn't attractive)
You will have to multilib things so that you end up with both mips3 and mips4
support files like crtbegin, libgcc, etc.

jeff

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

* Re: How to build a mips3 binary on mips-sgi-irix6.5
  1999-06-11  0:08 Billinghurst, David (RTD)
@ 1999-06-11 11:33 ` Jeffrey A Law
  1999-06-30 15:43   ` Jeffrey A Law
  1999-06-30 15:43 ` Billinghurst, David (RTD)
  1 sibling, 1 reply; 8+ messages in thread
From: Jeffrey A Law @ 1999-06-11 11:33 UTC (permalink / raw)
  To: Billinghurst, David (RTD); +Cc: 'egcs@egcs.cygnus.com'

  In message < A9E96A79C068D211A6A90000C07BDF0D1DE856@CRTSMAIL >you write:
  > We have a network of R10k and R4400 mips-sgi-irix6.5 machines.
  > By default we like to build -mips3 -n32 binaries as these run happily on
  > both platforms.
  > 
  > I built egcs-1.1.2 on an r10k machine, and it is an -mips4 application.
  > It can't build -mips3 binaries as 
  > "/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.66/crtbegin.o is MIPS4"
  > 
  > Is there a way to build egcs on an r10k machine so it defaults to  -mips3 ?
  > (The alternative of building egcs on an r4400 indigo2 isn't attractive)
You will have to multilib things so that you end up with both mips3 and mips4
support files like crtbegin, libgcc, etc.

jeff

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

* How to build a mips3 binary on mips-sgi-irix6.5
@ 1999-06-11  0:08 Billinghurst, David (RTD)
  1999-06-11 11:33 ` Jeffrey A Law
  1999-06-30 15:43 ` Billinghurst, David (RTD)
  0 siblings, 2 replies; 8+ messages in thread
From: Billinghurst, David (RTD) @ 1999-06-11  0:08 UTC (permalink / raw)
  To: 'egcs@egcs.cygnus.com'

We have a network of R10k and R4400 mips-sgi-irix6.5 machines.
By default we like to build -mips3 -n32 binaries as these run happily on
both platforms.

I built egcs-1.1.2 on an r10k machine, and it is an -mips4 application.
It can't build -mips3 binaries as 
"/usr/local/lib/gcc-lib/mips-sgi-irix6.5/egcs-2.91.66/crtbegin.o is MIPS4"

Is there a way to build egcs on an r10k machine so it defaults to  -mips3 ?
(The alternative of building egcs on an r4400 indigo2 isn't attractive)

+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone:	+61 3 9469 0642
FAX:	+61 3 9462 2700
Email:	David.Billinghurst@riotinto.com.au




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

end of thread, other threads:[~1999-06-30 15:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-16  0:20 How to build a mips3 binary on mips-sgi-irix6.5 Billinghurst, David (RTD)
1999-06-16  0:28 ` Jeffrey A Law
1999-06-30 15:43   ` Jeffrey A Law
1999-06-30 15:43 ` Billinghurst, David (RTD)
  -- strict thread matches above, loose matches on Subject: below --
1999-06-11  0:08 Billinghurst, David (RTD)
1999-06-11 11:33 ` Jeffrey A Law
1999-06-30 15:43   ` Jeffrey A Law
1999-06-30 15:43 ` Billinghurst, David (RTD)

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