This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc using wrong as
- From: Antoine Kaufmann <toni at famkaufmann dot info>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 7 Feb 2008 21:13:23 +0100
- Subject: Re: gcc using wrong as
- References: <200802070851.59233.toni@famkaufmann.info>
> I wanted to recompile gcc for the new target. First I made the changes in
Oops I fogot to write, that I'm talking about a cross compiler from my Linux
x86_64 host to the i386-pc-lost target.
I looked at the specs of the cross compiler and I remarked that it calls as
hardcoded. But it makes then no sense for me, that my i386-elf-gcc works
together with the i386-elf-as because it's the same thing there. :S