[PATCH] Fix mingw32 bootstrap regression.

'Bob Rossi' bob_rossi@cox.net
Thu Dec 21 12:11:00 GMT 2006


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



More information about the Gcc-patches mailing list