diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/config.sub | 8 |
1 files changed, 8 insertions, 0 deletions
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 ;; |