diff mbox series

[v4,36/49] tests/tcg: enable building for s390x

Message ID 20180517174718.10107-37-alex.bennee@linaro.org
State Superseded
Headers show
Series fix building of tests/tcg | expand

Commit Message

Alex Bennée May 17, 2018, 5:47 p.m. UTC
This doesn't add any additional tests but enables building the
multiarch tests for s390x.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Acked-by: Cornelia Huck <cohuck@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

---
 tests/tcg/s390x/Makefile.include | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tests/tcg/s390x/Makefile.include

-- 
2.17.0

Comments

David Hildenbrand May 18, 2018, 12:04 p.m. UTC | #1
On 17.05.2018 19:47, Alex Bennée wrote:
> This doesn't add any additional tests but enables building the

> multiarch tests for s390x.

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> Acked-by: Cornelia Huck <cohuck@redhat.com>

> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---

>  tests/tcg/s390x/Makefile.include | 2 ++

>  1 file changed, 2 insertions(+)

>  create mode 100644 tests/tcg/s390x/Makefile.include

> 

> diff --git a/tests/tcg/s390x/Makefile.include b/tests/tcg/s390x/Makefile.include

> new file mode 100644

> index 0000000000..1f58115d96

> --- /dev/null

> +++ b/tests/tcg/s390x/Makefile.include

> @@ -0,0 +1,2 @@

> +DOCKER_IMAGE=debian-s390x-cross

> +DOCKER_CROSS_COMPILER=s390x-linux-gnu-gcc

> 


Reviewed-by: David Hildenbrand <david@redhat.com>


-- 

Thanks,

David / dhildenb
diff mbox series

Patch

diff --git a/tests/tcg/s390x/Makefile.include b/tests/tcg/s390x/Makefile.include
new file mode 100644
index 0000000000..1f58115d96
--- /dev/null
+++ b/tests/tcg/s390x/Makefile.include
@@ -0,0 +1,2 @@ 
+DOCKER_IMAGE=debian-s390x-cross
+DOCKER_CROSS_COMPILER=s390x-linux-gnu-gcc