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 08:43:11 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

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:

  arm64ec-pc-mingw64

or something akin to that.

> +arm64ec-windows-msvc                                 
> arm64ec-unknown-windows-msvc

*-*-windows-* are all misnomers, inasmuch as `msvc' or `gnu'
(representing MinGW) do not constitute OS names.  The correct operating
system for MSVC within configuration tuples is `winnt'.


reply via email to

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