Re: ABI choice for MIPS on debian lenny?

2009-03-03 Thread Florian Lohoff
On Fri, Feb 27, 2009 at 09:22:19PM +0100, Laurent GUERBY wrote: Hi, On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI compiler on a lemote netbook (running gnewsense kernel and lenny userspace). My understanding is that lenny userspace is -mabi=32 (o32) and GCC and libc

Re: ABI choice for MIPS on debian lenny?

2009-03-02 Thread Rtp
Laurent GUERBY laur...@guerby.net writes: Hi, Looks like on lenny userspace binaries are compiled for MIPS-I whereas on Mandriva (gdium) there are MIPS-III. I'll do some testing when I get my 4.4 tri-ABI compiler working, thanks for the hint. On Mandriva, we're supporting only ST LS2E and

Re: ABI choice for MIPS on debian lenny?

2009-03-02 Thread David Daney
Laurent GUERBY wrote: Hi, On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI compiler on a lemote netbook (running gnewsense kernel and lenny userspace). My understanding is that lenny userspace is -mabi=32 (o32) and GCC and libc support abi=32,n32,64, the kernel being 64.

Re: ABI choice for MIPS on debian lenny?

2009-02-28 Thread Laurent GUERBY
On Fri, 2009-02-27 at 21:22 +0100, Laurent GUERBY wrote: Hi, On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI compiler on a lemote netbook (running gnewsense kernel and lenny userspace). The following patch to GCC trunk (4.4) enables building a tri-ABI languages=c,ada

ABI choice for MIPS on debian lenny?

2009-02-27 Thread Laurent GUERBY
Hi, On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI compiler on a lemote netbook (running gnewsense kernel and lenny userspace). My understanding is that lenny userspace is -mabi=32 (o32) and GCC and libc support abi=32,n32,64, the kernel being 64. n32 seems to be more

Re: ABI choice for MIPS on debian lenny?

2009-02-27 Thread Rtp
Laurent GUERBY laur...@guerby.net writes: Hi, Hi, On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI compiler on a lemote netbook (running gnewsense kernel and lenny userspace). My understanding is that lenny userspace is -mabi=32 (o32) and GCC and libc support

Re: ABI choice for MIPS on debian lenny?

2009-02-27 Thread Laurent GUERBY
On Fri, 2009-02-27 at 22:07 +0100, Arnaud Patard wrote: Laurent GUERBY laur...@guerby.net writes: On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI compiler on a lemote netbook (running gnewsense kernel and lenny userspace). My understanding is that lenny userspace is