[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 11/25] tests/tcg: Add docker_as and docker_ld cmds
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH v1 11/25] tests/tcg: Add docker_as and docker_ld cmds |
|
Date: |
Sat, 24 Apr 2021 00:31:17 +0200 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 |
On 4/19/21 4:54 PM, Alex Bennée wrote:
> From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
>
> At least for the TriCore target no easily available c compiler exists.
> Thus we need to rely on "as" and "ld". This allows us to run them
> through the docker image. We don't test the generation capabilities of
> docker images as they are assumed to work.
>
> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
> [AJB: fix quoting, only handle docker & clear, test -n, tweak commit msg]
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> tests/tcg/Makefile.qemu | 15 +++++++++++++++
> tests/tcg/configure.sh | 17 ++++++++++++++++-
> 2 files changed, 31 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v1 07/25] tests/tcg: Use Hexagon Docker image, (continued)
- [PATCH v1 07/25] tests/tcg: Use Hexagon Docker image, Alex Bennée, 2021/04/19
- [PATCH v1 12/25] tests/tcg: Run timeout cmds using --foreground, Alex Bennée, 2021/04/19
- [PATCH v1 08/25] gitlab: add build-user-hexagon test, Alex Bennée, 2021/04/19
- [PATCH v1 10/25] tests/docker: Added libbpf library to the docker files., Alex Bennée, 2021/04/19
- [PATCH v1 11/25] tests/tcg: Add docker_as and docker_ld cmds, Alex Bennée, 2021/04/19
- Re: [PATCH v1 11/25] tests/tcg: Add docker_as and docker_ld cmds,
Philippe Mathieu-Daudé <=
- [PATCH v1 06/25] docker: Add Hexagon image, Alex Bennée, 2021/04/19
- [PATCH v1 09/25] tests/tcg: don't iterate through other arch compilers, Alex Bennée, 2021/04/19
- [PATCH v1 14/25] tests/tcg/tricore: Add build infrastructure, Alex Bennée, 2021/04/19
- [PATCH v1 13/25] hw/tricore: Add testdevice for tests in tests/tcg/, Alex Bennée, 2021/04/19
- [PATCH v1 15/25] configure: Emit HOST_CC to config-host.mak, Alex Bennée, 2021/04/19