Sign in
qemu
/
qemu
/
02616bad6f0788652deaca9a48d0dfa7716ff87a
/
.
/
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