* config.sub: add we32k

This commit is contained in:
Brendan Kehoe 1992-08-27 22:19:51 +00:00
parent 6697a1a911
commit de0f17d890
2 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,11 @@
Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
* config.sub: accept we32k
Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
* config.sub, configure.in: accept OSE68000 and OSE68k.
* Makefile.in: don't create all directories for ``make install'';
let the subdirectories create the ones they need.

16
config.sub vendored
View File

@ -59,7 +59,7 @@ case $os in
-unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -osf* | \
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris)
-harris | -sim)
os=
basic_machine=$1
;;
@ -101,7 +101,7 @@ case $basic_machine in
tahoe | i386 | i486 | i860 | m68k | m680[01234]0 | m683?2 \
| m88k | ns32k | arm | pyramid \
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32k\
| v70)
| v70 | we32k | z8k)
basic_machine=$basic_machine-unknown
;;
# Recognize the basic CPU types with with company name.
@ -110,7 +110,7 @@ case $basic_machine in
| sparc-* | ns32k-* | alliant-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
| hppa1.0-* | hppa1.1-* | we32k-*)
| hppa1.0-* | hppa1.1-* | we32k-* | z8k-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
@ -240,6 +240,10 @@ case $basic_machine in
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
basic_machine=m68k-att
;;
3b* | we32k* )
basic_machine=we32k-att
os=-sysv
;;
delta | 3300 | motorola-3300 | motorola-delta \
| 3300-motorola | delta-motorola)
basic_machine=m68k-motorola
@ -286,6 +290,10 @@ case $basic_machine in
basic_machine=sparc-sun
os=-solaris2
;;
z8ksim)
basic_machine=z8k-unknown
os=-sim
;;
sun3)
basic_machine=m68k-sun
;;
@ -569,7 +577,7 @@ case $os in
| -unos* | -osf* | -v88r* | -luna* | -dgux* | -solaris* | -sym* \
| -newsos | -amigados* | -msdos* | -none* | -os68k* | -irix* \
| -nindy* | -vxworks* | -ebmon* | -udi | -hms* | -xray \
| -m88kbcs* | -go32 | -linux* )
| -m88kbcs* | -go32 | -linux* | -sim | -es1800*)
;;
# start-sanitize-v9
-v7 | -v9 | -hal32 | -hal64) ;;