configure: Emit HOST_CC to config-host.mak
commit433de74ced65cb6bffec3493876584d1ce73fd3b
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 12 May 2021 10:20:35 +0000 (12 11:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 May 2021 08:36:21 +0000 (18 09:36 +0100)
tree53e6447d71f9b71edb396c1319050ec2c6cd32b2
parentbe78e79949e64b4c88ebc4635d6a6fb05356d952
configure: Emit HOST_CC to config-host.mak

this is needed by the tricore-tcg-tests as tricore-gcc is not easily
available. Thus we rely on the HOST_CC to do the preprocessing of the
tricore assembly files.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210305170045.869437-6-kbastian@mail.uni-paderborn.de>
Message-Id: <20210512102051.12134-16-alex.bennee@linaro.org>
configure