Correct system guessing for darwin64-arm64 target
authorTim Hudson <tjh@cryptsoft.com>
Thu, 26 Nov 2020 02:31:25 +0000 (12:31 +1000)
committerTim Hudson <tjh@openssl.org>
Tue, 1 Dec 2020 22:51:52 +0000 (08:51 +1000)
commit8758f4e6256d46867bda2dcdd5cf18dd037aaf8c
tree2611abed2c67edbb9b61f476bc0b72799d034834
parent9ab9b16bb795f1081e86f11e16a1606790231400
Correct system guessing for darwin64-arm64 target

Previously the system guessing logic would incorrectly guess
i686-apple-darwin as the fallback for any unspecified architecture
that is a Darwin target

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13517)
util/perl/OpenSSL/config.pm