package/glibc: enable hppa support

Add support 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:
Vincent Stehlé
2025-09-21 14:54:18 +02:00
committed by Julien Olivain
parent 3d1b77f98a
commit 1822f07e94
2 changed files with 1 additions and 1 deletions

View File

@@ -68,7 +68,6 @@ config BR2_aarch64_be
config BR2_hppa
bool "HPPA"
select BR2_USE_MMU
select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
help
Precision Architecture (a.k.a. PA-RISC) is a 32-bit
(big endian) architecture developed by Hewlett Packard.

View File

@@ -4,6 +4,7 @@ config BR2_PACKAGE_GLIBC_ARCH_SUPPORTS
default y if BR2_armeb
default y if BR2_aarch64
default y if BR2_aarch64_be
default y if BR2_hppa
default y if BR2_i386
default y if BR2_loongarch64
default y if BR2_m68k_m68k