------- Comment #5 from mkoeppe at gmx dot de  2006-09-23 18:54 -------
Created an attachment (id=12316)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12316&action=view)
patch to fix this bug

Hello Andrew,

I now tested your fix and built a diff. It works great and now I'm able to
build a cross compiler successfully:

../src/configure --target=i586-pc-interix3 \
        --enable-languages=c \
        --enable-threads=posix \
        --with-stabs \
        --enable-nls \
        --enable-shared \
        --disable-libssp \
        --with-gnu-as \
        --with-gnu-ld

Even if non-cross "make bootstrap" on i586-pc-interix3 still doesn't work out
of the box, the patch should nevertheless be applied to gcc-4.2.0 and gcc-4.1.1
to close this bug, as exactly this configuration has worked with 4.0.3.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28968

Reply via email to