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
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
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