comparison config.sub @ 7909:4d8abd0e1acb

* config.sub (sparc64): New cpu. (aout, elf): New os's.
author Doug Evans <dje@gnu.org>
date Wed, 15 Jun 1994 07:40:43 +0000
parents 9c97c94610f2
children bbe9a70e06a4
comparison
equal deleted inserted replaced
7908:2d605a73a1fd 7909:4d8abd0e1acb
110 # Recognize the basic CPU types without company name. 110 # Recognize the basic CPU types without company name.
111 # Some are omitted here because they have special meanings below. 111 # Some are omitted here because they have special meanings below.
112 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ 112 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
113 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ 113 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
114 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ 114 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
115 | powerpc) 115 | powerpc | sparc64)
116 basic_machine=$basic_machine-unknown 116 basic_machine=$basic_machine-unknown
117 ;; 117 ;;
118 # Object if more than one company name word. 118 # Object if more than one company name word.
119 *-*-*) 119 *-*-*)
120 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 120 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
125 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ 125 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
126 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ 126 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
127 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 127 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
128 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ 128 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
129 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ 129 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
130 | sh-* | powerpc-*) 130 | sh-* | powerpc-* | sparc64-*)
131 ;; 131 ;;
132 # Recognize the various machine names and aliases which stand 132 # Recognize the various machine names and aliases which stand
133 # for a CPU type and a company and sometimes even an OS. 133 # for a CPU type and a company and sometimes even an OS.
134 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 134 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
135 basic_machine=m68000-att 135 basic_machine=m68000-att
543 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 543 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
544 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 544 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
545 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 545 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
546 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ 546 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
547 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ 547 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
548 | -lynxos* | -bosx* | -ns* | -cxux*) 548 | -lynxos* | -bosx* | -ns* | -cxux* | -aout* | -elf*)
549 ;; 549 ;;
550 -sunos5*) 550 -sunos5*)
551 os=`echo $os | sed -e 's|sunos5|solaris2|'` 551 os=`echo $os | sed -e 's|sunos5|solaris2|'`
552 ;; 552 ;;
553 -sunos6*) 553 -sunos6*)