Re: question about default options of mips

2006-02-27 Thread Ian Lance Taylor
"Eric Fisher" <[EMAIL PROTECTED]> writes: > I think we shouldn't make abicalls as default in my opinion. :-) Since all code that runs on MIPS GNU/Linux and uses shared libraries must be compiled with abicalls, it would be rather unfortunate if abicalls were not the default for the mips-linux-gnu

Re: question about default options of mips

2006-02-27 Thread Eric Fisher
I think we shouldn't make abicalls as default in my opinion. :-) 2006/2/28, Eric Christopher <[EMAIL PROTECTED]>: > > On Feb 27, 2006, at 11:01 PM, Eric Fisher wrote: > > > But, they told me that mips-elf is for 'no-opsys' target, and does't > > support glibc. So if I want to use gcc for operantio

Re: question about default options of mips

2006-02-27 Thread Eric Fisher
But, they told me that mips-elf is for 'no-opsys' target, and does't support glibc. So if I want to use gcc for operantion system and glibc, should I use mipsel-linux? Thanks 27 Feb 2006 22:55:48 -0800, Ian Lance Taylor : > "Eric Fisher" <[EMAIL PROTECTED]> writes: > > > I installed cross gcc3.4.

Re: question about default options of mips

2006-02-27 Thread Eric Christopher
On Feb 27, 2006, at 10:52 PM, Eric Fisher wrote: Hi, I installed cross gcc3.4.4 on my linux/pc server with --target=mips-elf. When I use mips-linux-gcc to compile a c file, the assembly code will have psuedo-op used for system v.4 (e.g. .cpload). And the object file is of big endian. So I have

Re: question about default options of mips

2006-02-27 Thread Ian Lance Taylor
"Eric Fisher" <[EMAIL PROTECTED]> writes: > I installed cross gcc3.4.4 on my linux/pc server with > --target=mips-elf. When I use mips-linux-gcc to compile a c file, the > assembly code will have psuedo-op used for system v.4 (e.g. .cpload). > And the object file is of big endian. So I have to use