This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Missing mips-tfile dependency in 3.0 branch?


Neil Booth wrote:-

> I'm trying to build a x86-mips cross compiler, configured as follows:-

Never mind, I've succeeded.  I forgot --with-gnu-as and --with-gnu-ld, and
shouldn't have gone autopilot and typed make bootstrap.

Now I have a cross compiler, it still doesn't do what I want, which is to
fix a bug in c-lex.c when used with -mabi=64.

bash-2.04$ cross/bin/mips-elf-gcc -mabi=64 -c /tmp/test.c
cc1: Invalid option `abi=64'

I have no idea why this doesn't work.  Hints?

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]