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. > >GCC_FOR_TARGET = i686-pc-cygwin-gc

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 file specs: xgcc$