Re: config.guess and config.sub (latest versions) not working

2017-04-24 Thread Ben Elliston
Hi all I propose that we handle the QNX host tool 'uname.exe' being on the PATH on the build system by matching x86*:WINNT:*:* The next question is, what triplet should be output? Ben ___ config-patches mailing list config-patches@gnu.org https://list

Re: config.guess and config.sub (latest versions) not working

2017-04-24 Thread Ben Elliston
On Mon, Apr 24, 2017 at 10:29:30AM +0200, Michael Haubenwallner wrote: > Just curious, as I'm about to add (another) *-winnt support into libtool: > > Where does this 'uname' binary come from that tells WINNT? > Which compiler are you about to use? Ah, so it's from a collection of host tools fro

Re: config.guess and config.sub (latest versions) not working

2017-04-24 Thread Earnie
On 4/24/2017 4:29 AM, Michael Haubenwallner wrote: > Hi Allen, > > On 04/22/2017 01:51 AM, allen_ba...@selinc.com wrote: > >> uname -m = x64 (AMD64/EM64T) >> uname -r = version 6.1 Service Pack 1 (Build 7601) >> uname -s = WINNT >> uname -v = unknown > > Just curious, as I'm about to add (anoth

Re: Patch for config.guess for "cross-compiling" x86_64 -> powerpc on Mac OS X <= 10.6

2017-04-24 Thread Mojca Miklavec
Dear Ben, On 23 April 2017 at 10:59, Ben Elliston wrote: > On Sat, Apr 22, 2017 at 11:08:37PM +0200, Mojca Miklavec wrote: > >> (1) Which platform am I building for? >> (2) Which platform am I running on / which binaries should I download? > > The answer is (2) -- which platform am I running on.

Re: config.guess and config.sub (latest versions) not working

2017-04-24 Thread Michael Haubenwallner
Hi Allen, On 04/22/2017 01:51 AM, allen_ba...@selinc.com wrote: > uname -m = x64 (AMD64/EM64T) > uname -r = version 6.1 Service Pack 1 (Build 7601) > uname -s = WINNT > uname -v = unknown Just curious, as I'm about to add (another) *-winnt support into libtool: Where does this 'uname' binary co