This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Missing mips-tfile dependency in 3.0 branch?
- To: gcc at gcc dot gnu dot org
- Subject: Re: Missing mips-tfile dependency in 3.0 branch?
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Tue, 27 Feb 2001 21:06:39 +0000
- References: <20010227191706.A18697@daikokuya.demon.co.uk>
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.