On Mon, 17 Sep 2012, Ian Lance Taylor wrote: > While this should be fixed now, note that it should only arise if > i386-unknown-freebsd10.0 does not use ELF. If this is an ELF based > system, then we need to discover why it was not recognized as such. > What is the output of > > awk -f SRCDIR/libbacktrace/filetype.awk foo.o > > for some ELF foo.o file?
Thanks for addressing the other half of the bootstrap failure, Ian. You are right, FreeBSD definitely is an ELF system and % awk -f $GCC_SOURCE/libbacktrace/filetype.awk foo.o gives me elf32 on i386-unknown-freebsd10.0. Gerald