mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
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:
parent
5f3a1ef166
commit
1ea6e309e5
8
scripts/config.sub
vendored
8
scripts/config.sub
vendored
@ -491,6 +491,10 @@ case $1 in
|
|||||||
basic_machine=hppa-unknown
|
basic_machine=hppa-unknown
|
||||||
basic_os=linux
|
basic_os=linux
|
||||||
;;
|
;;
|
||||||
|
parisc64)
|
||||||
|
basic_machine=hppa64-unknown
|
||||||
|
basic_os=linux
|
||||||
|
;;
|
||||||
psp)
|
psp)
|
||||||
basic_machine=mipsallegrexel-sony
|
basic_machine=mipsallegrexel-sony
|
||||||
basic_os=psp
|
basic_os=psp
|
||||||
@ -1072,6 +1076,10 @@ case $cpu-$vendor in
|
|||||||
cpu=hppa
|
cpu=hppa
|
||||||
basic_os=linux
|
basic_os=linux
|
||||||
;;
|
;;
|
||||||
|
parisc64-*)
|
||||||
|
cpu=hppa64
|
||||||
|
basic_os=linux
|
||||||
|
;;
|
||||||
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
||||||
cpu=i586
|
cpu=i586
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user