This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
question about default options of mips
- From: "Eric Fisher" <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 28 Feb 2006 14:52:35 +0800
- Subject: question about default options of mips
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 to use flag
-mno-abicalls and -EL every time. Are there anyway to make them to
default options?
Thanks.
Eric.