On Sat, May 1, 2010 at 8:28 AM, Tom Hawkins <tomahawkins@xxxxxxxxx> wrote: > On Sat, May 1, 2010 at 2:06 AM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: >> >> Run the failing gcc command with the -v option to >> see which assembler it is invoking. It appears that your host gcc is >> running your target assembler, which is a peculiar failure mode. > > With -v, yes, it looks like it is using the target assembler. Any suggestions? There is an 'as' in the build directory when the gcc command in question is run. And --version confirms it is the target assembler. I have '.' in my PATH by default. Is this a problem?