This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix mingw32 bootstrap regression.


On Thu, Dec 21, 2006 at 09:10:05PM +1300, Danny Smith wrote:
> Carlos O'Donell wrote:
> 
> > The following patch fixes the boostrap regression for mingw32.
> > 
> > We only do the substitution if the path prefix matches the configured
> > prefix, otherwise we add the path as before (instead of asserting).
> > 
> > To bootstrap a mingw32 toolchain you use either msys or 
> > cygwin. Both of
> > these environments build gcc with cygwin style paths. 
> 
> I did not notice the regression.
>  
> Using cygwin bash, I do this:
> 
> mount c:/mingw /mingw
> 
> Then, using cygwin bash, "configure --prefix=/mingw ... "  in a dir on
> C: drive, just works, because the native path is identical to the cygwin
> path.

Hi Danny,

Do you build native mingw gcc's using cygwin or mingw? I assummed this
whole time you were using mingw, but the above makes me think you using
cygwin.

Thanks,
Bob Rossi


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