This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libffi and embedded mips
- From: Anthony Green <green at redhat dot com>
- To: joel dot sherrill at OARcorp dot com
- Cc: java at gcc dot gnu dot org
- Date: 26 Aug 2002 10:10:55 -0700
- Subject: Re: libffi and embedded mips
- References: <3D6A5838.9BF67F60@OARcorp.com>
On Mon, 2002-08-26 at 09:32, Joel Sherrill wrote:
> It looks like the unix mips platforms go to great pains to define
> this based upon gcc arguments.
>
> I have no idea how it should be set for a generic mips-elf
> embedded target. Suggestions appreciated.
I just looked at an older mips-elf-gcc build we had installed here. It
looks like the compiler doesn't give you any hints as to what the ABI is
for this configuration. Maybe we should just fall back on the
assumption that we're using the MIPS GCC eabi.
AG