Unix Makefile: Rework the assignment of CXX and AS
authorRichard Levitte <levitte@openssl.org>
Fri, 2 Feb 2018 11:25:26 +0000 (12:25 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2018 13:57:21 +0000 (14:57 +0100)
commit8590b1f38d2f0278a730d5a7d077d24eb292e48f
tree9655e2137cba63fcc03fe4b9873467365cf49714
parent5f2e18bc3e8a85fe4ea2d0c892b7399c797c7cd0
Unix Makefile: Rework the assignment of CXX and AS

If the configured value is the empty string, give them a sane default.
Otherwise, give them the configured value prefix with $(CROSS_COMPILE)

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5247)
Configurations/unix-Makefile.tmpl