This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]