-#!/bin/sh
+#! /bin/sh
# Configuration validation subroutine script, version 1.1.
-# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
# can handle that machine. It does not imply ALL GNU software can.
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
# Configuration subroutine to validate and canonicalize a configuration type.
# Supply the specified configuration type as an argument.
os=vxworks
basic_machine=$1
;;
- -unixware) # CYGNUS LOCAL
- os=-sysv4
- basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
- ;;
-hiux*)
os=-hiuxwe2
;;
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
| alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
| powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
- | mips64el | mips64orion | mips64orionel \
+ | pdp11 | mips64el | mips64orion | mips64orionel \
| sparc)
basic_machine=$basic_machine-unknown
;;
| none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
| hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
- | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \
+ | pdp11-* | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-*)
;;
m88110-* | m680[01234]0-* | m683?2-* | z8k-* | h8500-*) # CYGNUS LOCAL
basic_machine=i386-unknown
os=-linuxelf
;;
- iris | iris4d | \
- iris3 | iris4) # CYGNUS LOCAL
+ iris | iris4d)
basic_machine=mips-sgi
case $os in
-irix*)
basic_machine=m68k-rom68k
os=-coff
;;
+ rm[46]00)
+ basic_machine=mips-siemens
+ ;;
rtpc | rtpc-*)
basic_machine=romp-ibm
;;
basic_machine=sparc-sun
os=-sunos4
;;
- sun4sol2) # CYGNUS LOCAL
+ sun4sol2)
basic_machine=sparc-sun
os=-solaris2
;;
basic_machine=a29k-nyu
os=-sym1
;;
- unixware) # CYGNUS LOCAL
- os=-sysv4
- basic_machine=i386-unknown
- ;;
v810 | necv810) # CYGNUS LOCAL
basic_machine=v810-nec
os=-none
basic_machine=m68k-wrs
os=-vxworks
;;
- w65*)
+ vxworks29k) # CYGNUS LOCAL
+ basic_machine=a29k-wrs
+ os=-vxworks
+ ;;
+ w65*) # CYGNUS LOCAL
basic_machine=w65-wdc
os=-none
;;
vax)
basic_machine=vax-dec
;;
+ pdp11)
+ basic_machine=pdp11-dec
+ ;;
we32k)
basic_machine=we32k-att
;;
-solaris)
os=-solaris2
;;
+ -unixware* | svr4*)
+ os=-sysv4
+ ;;
-gnu/linux*)
os=`echo $os | sed -e 's|gnu/linux|linux|'`
;;
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
- | -ptx* | -coff* | -ecoff* | -winnt* | -vsta | -udi | -eabi*)
+ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi)
;;
# CYGNUS LOCAL
-go32 | -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
-mpw*)
;;
## end-sanitize-mpw
+# start-sanitize-psion
+ -pe*)
+ ;;
+# end-sanitize-psion
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`
;;
-ctix* | -uts*)
os=-sysv
;;
+ # Preserve the version number of sinix5.
+ -sinix5.*)
+ os=`echo $os | sed -e 's|sinix|sysv|'`
+ ;;
+ -sinix*)
+ os=-sysv4
+ ;;
-triton*)
os=-sysv3
;;
-svr4)
os=-sysv4
;;
- -unixware) # CYGNUS LOCAL
- os=-sysv4
- ;;
-svr3)
os=-sysv3
;;
*-acorn)
os=-riscix1.2
;;
+ pdp11-*)
+ os=-none
+ ;;
*-dec | vax-*)
os=-ultrix4.2
;;
+ m68*-apollo)
+ os=-domain
+ ;;
i386-sun)
os=-sunos4.0.2
;;
*-sgi)
os=-irix
;;
+ *-siemens)
+ os=-sysv4
+ ;;
*-masscomp)
os=-rtu
;;
-sunos*)
vendor=sun
;;
- -bosx*) # CYGNUS LOCAL
+ -bosx*) # CYGNUS LOCAL
vendor=bull
;;
-lynxos*)