[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: *-unknown-cygwin or should it be *-pc-cygwin
From: |
cyg Simple |
Subject: |
Re: *-unknown-cygwin or should it be *-pc-cygwin |
Date: |
Wed, 24 Oct 2018 09:42:42 -0400 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 10/22/2018 4:16 PM, Ben Elliston wrote:
> On Mon, Oct 22, 2018 at 10:25:29AM -0400, Earnie wrote:
>
>> Why does config.guess return *-unknown-cygwin when `gcc
>> -dumpmachine` prints *-pc-cygwin? Am I wrong in thinking the two
>> should match? There is no *-unknown-cygwin-gcc on PATH but there is
>> a *-pc-cygwin-gcc on PATH.
>
> i*:CYGWIN*:*)
> echo "$UNAME_MACHINE"-pc-cygwin
> exit ;;
>
> Which machine [run uname -m] are you talking about?
>
x86_64
--
cyg Simple