aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1992-08-27 22:19:51 +0000
committerBrendan Kehoe <brendan@cygnus>1992-08-27 22:19:51 +0000
commitde0f17d8901e9fa35a53915983d4c422c52681f0 (patch)
tree1a701c2dec3f1988d65a924d61264456c21e2934
parent6697a1a9114df78bbe2c2ee5741023c826012589 (diff)
downloadfsf-binutils-gdb-de0f17d8901e9fa35a53915983d4c422c52681f0.zip
fsf-binutils-gdb-de0f17d8901e9fa35a53915983d4c422c52681f0.tar.gz
fsf-binutils-gdb-de0f17d8901e9fa35a53915983d4c422c52681f0.tar.bz2
* config.sub: add we32k
-rw-r--r--ChangeLog6
-rwxr-xr-xconfig.sub16
2 files changed, 18 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8119b51..c454302 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/config.sub b/config.sub
index e123bfa..c7e14d0 100755
--- a/config.sub
+++ b/config.sub
@@ -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) ;;