------- Comment #39 from howarth at nitro dot med dot uc dot edu 2009-09-25 19:16 ------- Iain, I believe I see the problem with the x86_64-apple-darwin10 build. The multilib subdirectory for the 32-bit binaries is named i386. So you need...
EXLIB_64FLAG = i386 instead of... EXLIB_64FLAG = x86_64 for libgcc/config/i386/t-darwin64, otherwise it will be looking for a non-existent multilib directory. I'll test this tonight. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39888