On Wed, Jul 31, 2013 at 5:52 AM, JonY wrote:
> On 7/31/2013 17:21, Baruch Burstein wrote:
>> The latest version of config.guess, when run on MSYS2 64bit (posted
>> elsewhere on this list) with ruben's 64bit native compilers reports:
>> x86_64-pc-mingw32
>>
>> I recall somewhere that the correct triplet should be:
>> x86_64-w64-mingw32
>>
>> The relevant part of config.guess seems to be this:
>> *:MINGW64*:*)
>> echo ${UNAME_MACHINE}-pc-mingw64
>> exit ;;
>> *:MINGW*:*)
>> echo ${UNAME_MACHINE}-pc-mingw32
>> exit ;;
>> i*:MSYS*:*)
>> echo ${UNAME_MACHINE}-pc-msys
>> exit ;;
>> i*:windows32*:*)
>> # uname -m includes "-pc" on this system.
>> echo ${UNAME_MACHINE}-mingw32
>> exit ;;
>>
--8<--
>
> Also, the MSYS bit should not be there.
>
Why not? It is in the master config.guess as updated by Chuck
sometime last year.
--
Earnie
-- https://sites.google.com/site/earnieboyd
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public