config-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] config.sub: recognise ARM64EC machine type


From: Po Lu
Subject: Re: [PATCH] config.sub: recognise ARM64EC machine type
Date: Thu, 14 Sep 2023 15:24:32 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Ozkan Sezer <sezeroz@gmail.com> writes:

> On 9/14/23, Po Lu <luangruo@yahoo.com> wrote:
>> Billy Laws <blaws05@gmail.com> writes:
>>
>>> diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
>>> index ba934b6..aba6ffc 100644
>>> --- a/testsuite/config-sub.data
>>> +++ b/testsuite/config-sub.data
>>> @@ -102,6 +102,8 @@ arm64-apple-tvos                                
>>> aarch64-apple-tvos
>>>  arm64-apple-tvos10.0.0                             aarch64-apple-tvos10.0.0
>>>  arm64-apple-watchos                                aarch64-apple-watchos
>>>  arm64-apple-watchos5.0                             aarch64-apple-watchos5.0
>>> +arm64ec-w64-mingw32                                arm64ec-w64-mingw32
>>
>> *-w64-* is not a system vendor, is it?  I presume this ought to be:
>
> *-w64-* has been in use for more than a decade now: You don't know about
> i686-w64-mingw32 and x86_64-w64-mingw32 ?

I don't see any of these in config.sub, nor are they produced by
config.guess.  `w64' occupies the vendor name component of each of these
configuration names, so for all config.* users care, these may as well
be i[3456]86-unknown-mingw32 and x86_64-unknown-mingw32 respectively.


reply via email to

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