Map parisc64 to hppa64 in config.sub.

Debian and Gentoo use hppa/hppa64 for the PA-RISC ports. These are the
proper CPU designations for configuring most packages.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
This commit is contained in:
John David Anglin 2023-11-11 16:00:18 +13:00 committed by Chris Packham
parent 5f3a1ef166
commit 1ea6e309e5

8
scripts/config.sub vendored
View File

@ -491,6 +491,10 @@ case $1 in
basic_machine=hppa-unknown
basic_os=linux
;;
parisc64)
basic_machine=hppa64-unknown
basic_os=linux
;;
psp)
basic_machine=mipsallegrexel-sony
basic_os=psp
@ -1072,6 +1076,10 @@ case $cpu-$vendor in
cpu=hppa
basic_os=linux
;;
parisc64-*)
cpu=hppa64
basic_os=linux
;;
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
cpu=i586
;;