mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/qemu: enable host-qemu hppa support
Add support in host-qemu for HPPA. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Romain Naour <romain.naour@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1822f07e94
commit
6b327cb7f2
@@ -3,6 +3,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
|
||||
default y if BR2_arm
|
||||
default y if BR2_armeb
|
||||
default y if BR2_aarch64
|
||||
default y if BR2_hppa
|
||||
default y if BR2_i386
|
||||
default y if BR2_loongarch64
|
||||
default y if BR2_m68k
|
||||
|
||||
@@ -369,6 +369,7 @@ HOST_QEMU_DEPENDENCIES = \
|
||||
# ------- ----
|
||||
# arm arm
|
||||
# armeb armeb
|
||||
# hppa hppa
|
||||
# i486 i386
|
||||
# i586 i386
|
||||
# i686 i386
|
||||
|
||||
Reference in New Issue
Block a user