Re: Proposed patch: add aarch64le to config.sub

2021-12-24 Thread Dmitry V. Levin
On Fri, Dec 24, 2021 at 12:08:14PM -0500, Elad Lahav wrote: > That works too, thanks. > What is the significance of the change to config-sub.data? > > --Elad testsuite/config-sub.data is a part of the test suite, when adding a new feature to config.sub, it makes sense to add a test for it. > On

Re: Proposed patch: add aarch64le to config.sub

2021-12-24 Thread Dmitry V. Levin
On Fri, Dec 24, 2021 at 07:49:44AM -0500, Elad Lahav wrote: > QNX reports the architecture as aarch64le (on little-endian machines), > which matches neither aarch64 nor aarch64_be. > I don't know how standardized these architecture names are supposed to > be. This may be a trivial change to add or

Proposed patch: add aarch64le to config.sub

2021-12-24 Thread Elad Lahav
QNX reports the architecture as aarch64le (on little-endian machines), which matches neither aarch64 nor aarch64_be. I don't know how standardized these architecture names are supposed to be. This may be a trivial change to add or a contentious topic. Hopefully the former. Thanks, --Elad diff --gi