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] config.guess: Properly detect the *mingw32 targets


* Rainer Emrich wrote on Fri, Nov 13, 2009 at 11:04:47AM CET:
> +               echo `$CC_FOR_BUILD -dumpmachine`

Erm, why not simply
                  $CC_FOR_BUILD -dumpmachine

here?  Sorry again for the noise, I'm going for some coffee right now.


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