From 1ea6e309e514dc7af3b63bc54d844f8294d27efa Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 11 Nov 2023 16:00:18 +1300 Subject: 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 --- scripts/config.sub | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/config.sub b/scripts/config.sub index baf1512b..4ed12764 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -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 ;; -- cgit v1.2.3