util/perl/OpenSSL/config.pm, Configure: move check of target with compiler
authorRichard Levitte <levitte@openssl.org>
Mon, 2 Mar 2020 23:06:52 +0000 (00:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 28 Jun 2020 16:34:35 +0000 (18:34 +0200)
commit081436bf732c0889b2649426df4e1c23c671d6d7
treeeb1f9073258303a8565f8ac50da00f5f49b61204
parenta3310b182ca3952c2876792b35035b54a4c77713
util/perl/OpenSSL/config.pm, Configure: move check of target with compiler

Previously, ./config would check if "$target-$CC", then "$target"
exists and choose the one that does.  This is now moved to Configure.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11230)
Configure
util/perl/OpenSSL/config.pm