mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
tests/docker: add debian-xtensa-cross image
Xtensa cpu supported: - dc232b - dc233c - csp Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
b4f396151b
commit
c72d9df181
2 changed files with 42 additions and 0 deletions
11
tests/tcg/xtensa/Makefile.include
Normal file
11
tests/tcg/xtensa/Makefile.include
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Makefile.include for xtensa targets
|
||||
#
|
||||
# The compilers can only be used for building system tests
|
||||
|
||||
ifeq ($(CONFIG_SOFTMMU),y)
|
||||
DOCKER_IMAGE=debian-xtensa-cross
|
||||
|
||||
# default to the dc232b cpu
|
||||
DOCKER_CROSS_COMPILER=/opt/2018.02/xtensa-dc232b-elf/bin/xtensa-dc232b-elf-gcc
|
||||
DOCKER_CROSS_LINKER=/opt/2018.02/xtensa-dc232b-elf/bin/xtensa-dc232b-elf-ld
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue