[Bug bootstrap/38314] multilib bootstrap broken for x86_64-apple-darwin10
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sat Nov 29 19:25:00 GMT 2008
------- Comment #6 from howarth at nitro dot med dot uc dot edu 2008-11-29 19:23 -------
The uname output looks like a red herring. I substituted a script for uname
that executes...
#!/bin/sh
uname_aside "$@" | /usr/bin/sed 's/i386/x86_64/'
and the build still fails. I wonder if we could fix this with a passed-m32 flag
on LIBGCC2_CFLAGS?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38314
More information about the Gcc-bugs
mailing list