repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libqtest: Inline g_assert_no_errno()
[qemu/armbru.git]
/
tests
/
tcg
/
ppc
/
Makefile.include
blob
b062c30dd3135117969a4e03bc213777d4be5249
1
ifeq ($(TARGET_NAME),ppc)
2
DOCKER_IMAGE=debian-powerpc-cross
3
DOCKER_CROSS_COMPILER=powerpc-linux-gnu-gcc
4
else ifeq ($(TARGET_NAME),ppc64le)
5
DOCKER_IMAGE=debian-ppc64el-cross
6
DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc
7
endif