[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 15/25] configure: Emit HOST_CC to config-host.mak
From: |
Alex Bennée |
Subject: |
[PATCH v1 15/25] configure: Emit HOST_CC to config-host.mak |
Date: |
Mon, 19 Apr 2021 15:54:25 +0100 |
From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
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>
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 4f374b4889..bb86c72479 100755
--- a/configure
+++ b/configure
@@ -6139,6 +6139,7 @@ echo "GENISOIMAGE=$genisoimage" >> $config_host_mak
echo "MESON=$meson" >> $config_host_mak
echo "NINJA=$ninja" >> $config_host_mak
echo "CC=$cc" >> $config_host_mak
+echo "HOST_CC=$host_cc" >> $config_host_mak
if $iasl -h > /dev/null 2>&1; then
echo "CONFIG_IASL=$iasl" >> $config_host_mak
fi
--
2.20.1
- Re: [PATCH v1 11/25] tests/tcg: Add docker_as and docker_ld cmds, (continued)
- [PATCH v1 15/25] configure: Emit HOST_CC to config-host.mak,
Alex Bennée <=
- [PATCH v1 18/25] tests/tcg/tricore: Add clz test, Alex Bennée, 2021/04/19
- [PATCH v1 17/25] tests/tcg/tricore: Add bmerge test, Alex Bennée, 2021/04/19
- [PATCH v1 21/25] tests/tcg/tricore: Add fmul test, Alex Bennée, 2021/04/19
- [PATCH v1 24/25] tests/tcg/tricore: Add msub test, Alex Bennée, 2021/04/19
- [PATCH v1 19/25] tests/tcg/tricore: Add dvstep test, Alex Bennée, 2021/04/19
- [PATCH v1 20/25] tests/tcg/tricore: Add fadd test, Alex Bennée, 2021/04/19
- [PATCH v1 23/25] tests/tcg/tricore: Add madd test, Alex Bennée, 2021/04/19
- [PATCH v1 25/25] tests/tcg/tricore: Add muls test, Alex Bennée, 2021/04/19
- [PATCH v1 16/25] tests/tcg/tricore: Add macros to create tests and first test 'abs', Alex Bennée, 2021/04/19