Update to gcc 2.2.2. New basic machine type we32k. Hppa split into hppa1.0

and hppa1.1.  (hppa is no longer valid.)
This commit is contained in:
Jim Wilson 1992-06-30 01:22:59 +00:00
parent e33e766a1a
commit 8bcd7db26c

35
config.sub vendored
View file

@ -46,7 +46,7 @@ case $1 in
esac esac
# Separate what the user gave into CPU-COMPANY and OS (if any). # Separate what the user gave into CPU-COMPANY and OS (if any).
basic_machine=`echo $1 | sed 's/-[^-]+$//'` basic_machine=`echo $1 | sed 's/-[^-][^-]*$//'`
if [ $basic_machine != $1 ] if [ $basic_machine != $1 ]
then os=`echo $1 | sed 's/.*-/-/'` then os=`echo $1 | sed 's/.*-/-/'`
else os=; fi else os=; fi
@ -91,7 +91,8 @@ esac
case $basic_machine in case $basic_machine in
# Recognize the basic CPU types with without company name. # Recognize the basic CPU types with without company name.
tahoe | i386 | i860 | m68k | m680[01234]0 | m88k | ns32k | arm | pyramid \ tahoe | i386 | i860 | m68k | m680[01234]0 | m88k | ns32k | arm | pyramid \
| tron | a29k | 580 | i960 | h8300 | v70) | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32k\
| v70)
basic_machine=$basic_machine-unknown basic_machine=$basic_machine-unknown
;; ;;
# Recognize the basic CPU types with with company name. # Recognize the basic CPU types with with company name.
@ -99,7 +100,7 @@ case $basic_machine in
| sparc-* | ns32k-* | alliant-* | arm-* | c[123]* \ | sparc-* | ns32k-* | alliant-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
| hppa-*) | hppa1.0-* | hppa1.1-* | we32k-*)
;; ;;
# Recognize the various machine names and aliases which stand # Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS. # for a CPU type and a company and sometimes even an OS.
@ -159,6 +160,10 @@ case $basic_machine in
basic_machine=i386-unknown basic_machine=i386-unknown
os=-iscsysv os=-iscsysv
;; ;;
i386-linux* | linux)
basic_machine=i386-unknown
os=-linux
;;
i386v4*) i386v4*)
basic_machine=i386-unknown basic_machine=i386-unknown
os=-sysv4 os=-sysv4
@ -267,6 +272,10 @@ case $basic_machine in
basic_machine=sparc-sun basic_machine=sparc-sun
os=-sunos4 os=-sunos4
;; ;;
sun4sol2)
basic_machine=sparc-sun
os=-solaris2
;;
sun3) sun3)
basic_machine=m68k-sun basic_machine=m68k-sun
;; ;;
@ -292,8 +301,11 @@ case $basic_machine in
hp9k31[0-9] | hp9k2[0-9][0-9]) hp9k31[0-9] | hp9k2[0-9][0-9])
basic_machine=m68000-hp basic_machine=m68000-hp
;; ;;
hp9k8[0-9][0-9] | hp9k7[0-9][0-9] | hp8[0-9][0-9] | hp7[0-9][0-9]) hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
basic_machine=hp800-hp basic_machine=hppa1.1-hp
;;
hp9k8[0-9][0-9] | hp8[0-9][0-9])
basic_machine=hppa1.0-hp
;; ;;
isi68 | isi) isi68 | isi)
basic_machine=m68k-isi basic_machine=m68k-isi
@ -422,6 +434,14 @@ case $basic_machine in
basic_machine=m68k-hp basic_machine=m68k-hp
os=-hpux os=-hpux
;; ;;
hppabsd)
basic_machine=hppa-hp
os=-bsd
;;
hppahpux)
basic_machine=hppa-hp
os=-hpux
;;
ncr3000) ncr3000)
basic_machine=i386-ncr basic_machine=i386-ncr
os=-sysv4 os=-sysv4
@ -508,9 +528,10 @@ case $os in
# Each alternative must end in a *, to match a version number. # Each alternative must end in a *, to match a version number.
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -aout \ -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -aout \
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \ | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solari* | -sym* \ | -unos* | -osf* | -v88r* | -luna* | -dgux* | -solaris* | -sym* \
| -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \ | -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \
| -nindy* | -vxworks* | -ebmon* | -udi | -hms* | -xray | -m88kbcs* | -go32) | -nindy* | -vxworks* | -ebmon* | -udi | -hms* | -xray \
| -m88kbcs* | -go32 | -linux*)
;; ;;
# start-sanitize-v9 # start-sanitize-v9
-v7 | -v9 | -hal32 | -hal64) ;; -v7 | -v9 | -hal32 | -hal64) ;;