configure: don't override the selected host test compiler if defined
commit9557af9ce94d434440d6397fb0d80748e4714e94
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 17 Sep 2021 16:23:22 +0000 (17 17:23 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Oct 2021 07:37:05 +0000 (12 08:37 +0100)
treea46a4866e1458aad2fa88362d862b64b133f4e65
parentc09124dcb8401a0d635b4a52b295e9b3fc12392a
configure: don't override the selected host test compiler if defined

There are not many cases you would want to do this but one is if you
want to use a test friendly compiler like gcc instead of a system
compiler like clang. Either way we should honour the users choice if
they have made it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Warner Losh <imp@bsdimp.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20210917162332.3511179-2-alex.bennee@linaro.org>
configure