[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v4 27/49] tests/tcg: enable building for ARM
From: |
Alex Bennée |
Subject: |
[Qemu-arm] [PATCH v4 27/49] tests/tcg: enable building for ARM |
Date: |
Thu, 17 May 2018 18:46:56 +0100 |
This allows us to use the docker cross compiler image to build these
tests.
Signed-off-by: Alex Bennée <address@hidden>
---
tests/tcg/arm/Makefile.include | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 tests/tcg/arm/Makefile.include
diff --git a/tests/tcg/arm/Makefile.include b/tests/tcg/arm/Makefile.include
new file mode 100644
index 0000000000..8e7eac008f
--- /dev/null
+++ b/tests/tcg/arm/Makefile.include
@@ -0,0 +1,8 @@
+# Makefile.include for all ARM targets
+#
+# We don't have any bigendian build tools so we only use this for armhf
+
+ifeq ($(TARGET_NAME),arm)
+DOCKER_IMAGE=debian-armhf-cross
+DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
+endif
--
2.17.0
- [Qemu-arm] [PATCH v4 27/49] tests/tcg: enable building for ARM,
Alex Bennée <=