libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Support MSYS2


From: fabrizio . ge
Subject: Re: [PATCH] Support MSYS2
Date: Sun, 09 Aug 2015 21:26:48 +0200

The output of uname -o is indeed the same in MSYS2 and MinGW/MSYS

Msys

However, that is irrelevant because, config.guess does not use uname -o, it does uname -s

UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown

The output of uname -s is different between MSYS2 and the old MinGW/MSYS, and that's the reason why config.guess (at least the latest versions of it) returns something different between MSYS2 and the old MinGW/MSYS. So the patch is ultimately necessary



Connetti gratis il mondo con la nuova indoona: hai la chat, le chiamate, le video chiamate e persino le chiamate di gruppo.
E chiami gratis anche i numeri fissi e mobili nel mondo!
Scarica subito l’app Vai su https://www.indoona.com/

Attachment: msys.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]