Re: gcc-3.2: gcc driver doesn't pick up crt0.a from /usr/lib

2003-09-30 Thread Christopher Faylor
On Tue, Sep 30, 2003 at 10:48:15AM -0700, Doru Carastan wrote: >This is a followup to my "gcc-3.2: gcc driver doesn't pick up crt0.a >from /usr/lib" message. > >I have found that configure sets GCC_FOR_TARGET to the cross-compiler I >use in the root Makefile. >

Re: gcc-3.2: gcc driver doesn't pick up crt0.a from /usr/lib

2003-09-30 Thread Doru Carastan
This is a followup to my "gcc-3.2: gcc driver doesn't pick up crt0.a from /usr/lib" message. I have found that configure sets GCC_FOR_TARGET to the cross-compiler I use in the root Makefile. GCC_FOR_TARGET = i686-pc-cygwin-gcc Then gcc/Makefile is using it to create the spec fi

gcc-3.2: gcc driver doesn't pick up crt0.a from /usr/lib

2003-09-29 Thread Doru Carastan
Hello, I am facing a gcc-3.2 configuration problem and I would like to ask your opinion about it. I have built an i686-pc-cygwin gcc compiler on Linux using a gcc-3.2 i686-pc-linux-gnu to i686-pc-cygwin cross compiler I have built and installed in $HOME/cygwin. r=$HOME/cygwin i=$HOME/install #