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
/
arm
/
Makefile.include
blob
8e7eac008f998c4c9a4d7006c6f71e37c825c7e0
1
# Makefile.include for all ARM targets
2
#
3
# We don't have any bigendian build tools so we only use this for armhf
4
5
ifeq ($(TARGET_NAME),arm)
6
DOCKER_IMAGE=debian-armhf-cross
7
DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
8
endif