------- Comment #25 from mkoeppe at gmx dot de 2006-12-15 02:44 ------- Created an attachment (id=12808) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12808&action=view) patch (part 2 of 2) to fix this bug
This patch (mh-interix.diff) and the previous one (interix-winnt.diff) let me successfully "make bootstrap" gcc-4.2-20061212 on Win2K/Interix3.5, without manual intervention, with the following configuration and no environment variables such as CFLAGS set: ../src/configure \ --enable-languages=c,c++ \ --enable-threads=posix \ --with-stabs \ --disable-nls \ --enable-shared \ --disable-libssp \ --with-gnu-as \ --with-gnu-ld \ --disable-werror \ --program-suffix=-4.2 make bootstrap -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212