mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add support for the Precision Architecture (a.k.a. PA-RISC), a 32-bit architecture developed by Hewlett Packard. While at it, add this arch to myself in DEVELOPERS. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Romain Naour <romain.naour@gmail.com> Cc: Julien Olivain <ju.o@free.fr> [Julien: arch "arch/" prefix in commit title] Signed-off-by: Julien Olivain <ju.o@free.fr>
23 lines
340 B
Plaintext
23 lines
340 B
Plaintext
choice
|
|
prompt "Target Architecture Type"
|
|
help
|
|
Architecture type (or version) to use.
|
|
|
|
config BR2_parisc10
|
|
bool "PA-RISC 1.0"
|
|
config BR2_parisc11
|
|
bool "PA-RISC 1.1"
|
|
endchoice
|
|
|
|
config BR2_ARCH
|
|
default "hppa"
|
|
|
|
config BR2_NORMALIZED_ARCH
|
|
default "parisc"
|
|
|
|
config BR2_ENDIAN
|
|
default "BIG"
|
|
|
|
config BR2_READELF_ARCH_NAME
|
|
default "HPPA"
|