Sign in
qemu
/
qemu
/
af8ab2bf223e1e4406108708b47476ef0d148a52
/
.
/
tests
/
tcg
/
arm
/
Makefile.include
blob: 8e7eac008f998c4c9a4d7006c6f71e37c825c7e0 [
file
] [
log
] [
blame
]
# 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