Sign in
qemu
/
qemu
/
b053bb55738f35832f3d6472b12277a75c32a038
/
.
/
tests
/
tcg
/
ppc
/
Makefile.include
blob: b062c30dd3135117969a4e03bc213777d4be5249 [
file
] [
log
] [
blame
]
ifeq
(
$
(
TARGET_NAME
),
ppc
)
DOCKER_IMAGE
=
debian
-
powerpc
-
cross
DOCKER_CROSS_COMPILER
=
powerpc
-
linux
-
gnu
-
gcc
else
ifeq
(
$
(
TARGET_NAME
),
ppc64le
)
DOCKER_IMAGE
=
debian
-
ppc64el
-
cross
DOCKER_CROSS_COMPILER
=
powerpc64le
-
linux
-
gnu
-
gcc
endif