]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/libantlr3c-3.2/config.sub
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / libantlr3c-3.2 / config.sub
diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/libantlr3c-3.2/config.sub b/bundles/org.simantics.databoard/cpp/DataBoardTest/libantlr3c-3.2/config.sub
new file mode 100644 (file)
index 0000000..fb9af63
--- /dev/null
@@ -0,0 +1,1579 @@
+#! /bin/sh\r
+# Configuration validation subroutine script.\r
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,\r
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.\r
+\r
+timestamp='2005-07-08'\r
+\r
+# This file is (in principle) common to ALL GNU software.\r
+# The presence of a machine in this file suggests that SOME GNU software\r
+# can handle that machine.  It does not imply ALL GNU software can.\r
+#\r
+# This file is free software; you can redistribute it and/or modify\r
+# it under the terms of the GNU General Public License as published by\r
+# the Free Software Foundation; either version 2 of the License, or\r
+# (at your option) any later version.\r
+#\r
+# This program is distributed in the hope that it will be useful,\r
+# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+# GNU General Public License for more details.\r
+#\r
+# You should have received a copy of the GNU General Public License\r
+# along with this program; if not, write to the Free Software\r
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA\r
+# 02110-1301, USA.\r
+#\r
+# As a special exception to the GNU General Public License, if you\r
+# distribute this file as part of a program that contains a\r
+# configuration script generated by Autoconf, you may include it under\r
+# the same distribution terms that you use for the rest of that program.\r
+\r
+\r
+# Please send patches to <config-patches@gnu.org>.  Submit a context\r
+# diff and a properly formatted ChangeLog entry.\r
+#\r
+# Configuration subroutine to validate and canonicalize a configuration type.\r
+# Supply the specified configuration type as an argument.\r
+# If it is invalid, we print an error message on stderr and exit with code 1.\r
+# Otherwise, we print the canonical config type on stdout and succeed.\r
+\r
+# This file is supposed to be the same for all GNU packages\r
+# and recognize all the CPU types, system types and aliases\r
+# that are meaningful with *any* GNU software.\r
+# Each package is responsible for reporting which valid configurations\r
+# it does not support.  The user should be able to distinguish\r
+# a failure to support a valid configuration from a meaningless\r
+# configuration.\r
+\r
+# The goal of this file is to map all the various variations of a given\r
+# machine specification into a single specification in the form:\r
+#      CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM\r
+# or in some cases, the newer four-part form:\r
+#      CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM\r
+# It is wrong to echo any other type of specification.\r
+\r
+me=`echo "$0" | sed -e 's,.*/,,'`\r
+\r
+usage="\\r
+Usage: $0 [OPTION] CPU-MFR-OPSYS\r
+       $0 [OPTION] ALIAS\r
+\r
+Canonicalize a configuration name.\r
+\r
+Operation modes:\r
+  -h, --help         print this help, then exit\r
+  -t, --time-stamp   print date of last modification, then exit\r
+  -v, --version      print version number, then exit\r
+\r
+Report bugs and patches to <config-patches@gnu.org>."\r
+\r
+version="\\r
+GNU config.sub ($timestamp)\r
+\r
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005\r
+Free Software Foundation, Inc.\r
+\r
+This is free software; see the source for copying conditions.  There is NO\r
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."\r
+\r
+help="\r
+Try \`$me --help' for more information."\r
+\r
+# Parse command line\r
+while test $# -gt 0 ; do\r
+  case $1 in\r
+    --time-stamp | --time* | -t )\r
+       echo "$timestamp" ; exit ;;\r
+    --version | -v )\r
+       echo "$version" ; exit ;;\r
+    --help | --h* | -h )\r
+       echo "$usage"; exit ;;\r
+    -- )     # Stop option processing\r
+       shift; break ;;\r
+    - )        # Use stdin as input.\r
+       break ;;\r
+    -* )\r
+       echo "$me: invalid option $1$help"\r
+       exit 1 ;;\r
+\r
+    *local*)\r
+       # First pass through any local machine types.\r
+       echo $1\r
+       exit ;;\r
+\r
+    * )\r
+       break ;;\r
+  esac\r
+done\r
+\r
+case $# in\r
+ 0) echo "$me: missing argument$help" >&2\r
+    exit 1;;\r
+ 1) ;;\r
+ *) echo "$me: too many arguments$help" >&2\r
+    exit 1;;\r
+esac\r
+\r
+# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).\r
+# Here we must recognize all the valid KERNEL-OS combinations.\r
+maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`\r
+case $maybe_os in\r
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \\r
+  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)\r
+    os=-$maybe_os\r
+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`\r
+    ;;\r
+  *)\r
+    basic_machine=`echo $1 | sed 's/-[^-]*$//'`\r
+    if [ $basic_machine != $1 ]\r
+    then os=`echo $1 | sed 's/.*-/-/'`\r
+    else os=; fi\r
+    ;;\r
+esac\r
+\r
+### Let's recognize common machines as not being operating systems so\r
+### that things like config.sub decstation-3100 work.  We also\r
+### recognize some manufacturers as not being operating systems, so we\r
+### can provide default operating systems below.\r
+case $os in\r
+       -sun*os*)\r
+               # Prevent following clause from handling this invalid input.\r
+               ;;\r
+       -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \\r
+       -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \\r
+       -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \\r
+       -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\\r
+       -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \\r
+       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \\r
+       -apple | -axis | -knuth | -cray)\r
+               os=\r
+               basic_machine=$1\r
+               ;;\r
+       -sim | -cisco | -oki | -wec | -winbond)\r
+               os=\r
+               basic_machine=$1\r
+               ;;\r
+       -scout)\r
+               ;;\r
+       -wrs)\r
+               os=-vxworks\r
+               basic_machine=$1\r
+               ;;\r
+       -chorusos*)\r
+               os=-chorusos\r
+               basic_machine=$1\r
+               ;;\r
+       -chorusrdb)\r
+               os=-chorusrdb\r
+               basic_machine=$1\r
+               ;;\r
+       -hiux*)\r
+               os=-hiuxwe2\r
+               ;;\r
+       -sco5)\r
+               os=-sco3.2v5\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -sco4)\r
+               os=-sco3.2v4\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -sco3.2.[4-9]*)\r
+               os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -sco3.2v[4-9]*)\r
+               # Don't forget version if it is 3.2v4 or newer.\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -sco*)\r
+               os=-sco3.2v2\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -udk*)\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -isc)\r
+               os=-isc2.2\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -clix*)\r
+               basic_machine=clipper-intergraph\r
+               ;;\r
+       -isc*)\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`\r
+               ;;\r
+       -lynx*)\r
+               os=-lynxos\r
+               ;;\r
+       -ptx*)\r
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`\r
+               ;;\r
+       -windowsnt*)\r
+               os=`echo $os | sed -e 's/windowsnt/winnt/'`\r
+               ;;\r
+       -psos*)\r
+               os=-psos\r
+               ;;\r
+       -mint | -mint[0-9]*)\r
+               basic_machine=m68k-atari\r
+               os=-mint\r
+               ;;\r
+esac\r
+\r
+# Decode aliases for certain CPU-COMPANY combinations.\r
+case $basic_machine in\r
+       # Recognize the basic CPU types without company name.\r
+       # Some are omitted here because they have special meanings below.\r
+       1750a | 580 \\r
+       | a29k \\r
+       | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \\r
+       | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \\r
+       | am33_2.0 \\r
+       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \\r
+       | bfin \\r
+       | c4x | clipper \\r
+       | d10v | d30v | dlx | dsp16xx \\r
+       | fr30 | frv \\r
+       | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \\r
+       | i370 | i860 | i960 | ia64 \\r
+       | ip2k | iq2000 \\r
+       | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \\r
+       | mips | mipsbe | mipseb | mipsel | mipsle \\r
+       | mips16 \\r
+       | mips64 | mips64el \\r
+       | mips64vr | mips64vrel \\r
+       | mips64orion | mips64orionel \\r
+       | mips64vr4100 | mips64vr4100el \\r
+       | mips64vr4300 | mips64vr4300el \\r
+       | mips64vr5000 | mips64vr5000el \\r
+       | mips64vr5900 | mips64vr5900el \\r
+       | mipsisa32 | mipsisa32el \\r
+       | mipsisa32r2 | mipsisa32r2el \\r
+       | mipsisa64 | mipsisa64el \\r
+       | mipsisa64r2 | mipsisa64r2el \\r
+       | mipsisa64sb1 | mipsisa64sb1el \\r
+       | mipsisa64sr71k | mipsisa64sr71kel \\r
+       | mipstx39 | mipstx39el \\r
+       | mn10200 | mn10300 \\r
+       | ms1 \\r
+       | msp430 \\r
+       | ns16k | ns32k \\r
+       | or32 \\r
+       | pdp10 | pdp11 | pj | pjl \\r
+       | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \\r
+       | pyramid \\r
+       | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \\r
+       | sh64 | sh64le \\r
+       | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \\r
+       | sparcv8 | sparcv9 | sparcv9b \\r
+       | strongarm \\r
+       | tahoe | thumb | tic4x | tic80 | tron \\r
+       | v850 | v850e \\r
+       | we32k \\r
+       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \\r
+       | z8k)\r
+               basic_machine=$basic_machine-unknown\r
+               ;;\r
+       m32c)\r
+               basic_machine=$basic_machine-unknown\r
+               ;;\r
+       m6811 | m68hc11 | m6812 | m68hc12)\r
+               # Motorola 68HC11/12.\r
+               basic_machine=$basic_machine-unknown\r
+               os=-none\r
+               ;;\r
+       m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)\r
+               ;;\r
+\r
+       # We use `pc' rather than `unknown'\r
+       # because (1) that's what they normally are, and\r
+       # (2) the word "unknown" tends to confuse beginning users.\r
+       i*86 | x86_64)\r
+         basic_machine=$basic_machine-pc\r
+         ;;\r
+       # Object if more than one company name word.\r
+       *-*-*)\r
+               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2\r
+               exit 1\r
+               ;;\r
+       # Recognize the basic CPU types with company name.\r
+       580-* \\r
+       | a29k-* \\r
+       | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \\r
+       | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \\r
+       | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \\r
+       | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \\r
+       | avr-* \\r
+       | bfin-* | bs2000-* \\r
+       | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \\r
+       | clipper-* | craynv-* | cydra-* \\r
+       | d10v-* | d30v-* | dlx-* \\r
+       | elxsi-* \\r
+       | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \\r
+       | h8300-* | h8500-* \\r
+       | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \\r
+       | i*86-* | i860-* | i960-* | ia64-* \\r
+       | ip2k-* | iq2000-* \\r
+       | m32r-* | m32rle-* \\r
+       | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \\r
+       | m88110-* | m88k-* | maxq-* | mcore-* \\r
+       | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \\r
+       | mips16-* \\r
+       | mips64-* | mips64el-* \\r
+       | mips64vr-* | mips64vrel-* \\r
+       | mips64orion-* | mips64orionel-* \\r
+       | mips64vr4100-* | mips64vr4100el-* \\r
+       | mips64vr4300-* | mips64vr4300el-* \\r
+       | mips64vr5000-* | mips64vr5000el-* \\r
+       | mips64vr5900-* | mips64vr5900el-* \\r
+       | mipsisa32-* | mipsisa32el-* \\r
+       | mipsisa32r2-* | mipsisa32r2el-* \\r
+       | mipsisa64-* | mipsisa64el-* \\r
+       | mipsisa64r2-* | mipsisa64r2el-* \\r
+       | mipsisa64sb1-* | mipsisa64sb1el-* \\r
+       | mipsisa64sr71k-* | mipsisa64sr71kel-* \\r
+       | mipstx39-* | mipstx39el-* \\r
+       | mmix-* \\r
+       | ms1-* \\r
+       | msp430-* \\r
+       | none-* | np1-* | ns16k-* | ns32k-* \\r
+       | orion-* \\r
+       | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \\r
+       | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \\r
+       | pyramid-* \\r
+       | romp-* | rs6000-* \\r
+       | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \\r
+       | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \\r
+       | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \\r
+       | sparclite-* \\r
+       | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \\r
+       | tahoe-* | thumb-* \\r
+       | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \\r
+       | tron-* \\r
+       | v850-* | v850e-* | vax-* \\r
+       | we32k-* \\r
+       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \\r
+       | xstormy16-* | xtensa-* \\r
+       | ymp-* \\r
+       | z8k-*)\r
+               ;;\r
+       m32c-*)\r
+               ;;\r
+       # Recognize the various machine names and aliases which stand\r
+       # for a CPU type and a company and sometimes even an OS.\r
+       386bsd)\r
+               basic_machine=i386-unknown\r
+               os=-bsd\r
+               ;;\r
+       3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)\r
+               basic_machine=m68000-att\r
+               ;;\r
+       3b*)\r
+               basic_machine=we32k-att\r
+               ;;\r
+       a29khif)\r
+               basic_machine=a29k-amd\r
+               os=-udi\r
+               ;;\r
+       abacus)\r
+               basic_machine=abacus-unknown\r
+               ;;\r
+       adobe68k)\r
+               basic_machine=m68010-adobe\r
+               os=-scout\r
+               ;;\r
+       alliant | fx80)\r
+               basic_machine=fx80-alliant\r
+               ;;\r
+       altos | altos3068)\r
+               basic_machine=m68k-altos\r
+               ;;\r
+       am29k)\r
+               basic_machine=a29k-none\r
+               os=-bsd\r
+               ;;\r
+       amd64)\r
+               basic_machine=x86_64-pc\r
+               ;;\r
+       amd64-*)\r
+               basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       amdahl)\r
+               basic_machine=580-amdahl\r
+               os=-sysv\r
+               ;;\r
+       amiga | amiga-*)\r
+               basic_machine=m68k-unknown\r
+               ;;\r
+       amigaos | amigados)\r
+               basic_machine=m68k-unknown\r
+               os=-amigaos\r
+               ;;\r
+       amigaunix | amix)\r
+               basic_machine=m68k-unknown\r
+               os=-sysv4\r
+               ;;\r
+       apollo68)\r
+               basic_machine=m68k-apollo\r
+               os=-sysv\r
+               ;;\r
+       apollo68bsd)\r
+               basic_machine=m68k-apollo\r
+               os=-bsd\r
+               ;;\r
+       aux)\r
+               basic_machine=m68k-apple\r
+               os=-aux\r
+               ;;\r
+       balance)\r
+               basic_machine=ns32k-sequent\r
+               os=-dynix\r
+               ;;\r
+       c90)\r
+               basic_machine=c90-cray\r
+               os=-unicos\r
+               ;;\r
+       convex-c1)\r
+               basic_machine=c1-convex\r
+               os=-bsd\r
+               ;;\r
+       convex-c2)\r
+               basic_machine=c2-convex\r
+               os=-bsd\r
+               ;;\r
+       convex-c32)\r
+               basic_machine=c32-convex\r
+               os=-bsd\r
+               ;;\r
+       convex-c34)\r
+               basic_machine=c34-convex\r
+               os=-bsd\r
+               ;;\r
+       convex-c38)\r
+               basic_machine=c38-convex\r
+               os=-bsd\r
+               ;;\r
+       cray | j90)\r
+               basic_machine=j90-cray\r
+               os=-unicos\r
+               ;;\r
+       craynv)\r
+               basic_machine=craynv-cray\r
+               os=-unicosmp\r
+               ;;\r
+       cr16c)\r
+               basic_machine=cr16c-unknown\r
+               os=-elf\r
+               ;;\r
+       crds | unos)\r
+               basic_machine=m68k-crds\r
+               ;;\r
+       crisv32 | crisv32-* | etraxfs*)\r
+               basic_machine=crisv32-axis\r
+               ;;\r
+       cris | cris-* | etrax*)\r
+               basic_machine=cris-axis\r
+               ;;\r
+       crx)\r
+               basic_machine=crx-unknown\r
+               os=-elf\r
+               ;;\r
+       da30 | da30-*)\r
+               basic_machine=m68k-da30\r
+               ;;\r
+       decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)\r
+               basic_machine=mips-dec\r
+               ;;\r
+       decsystem10* | dec10*)\r
+               basic_machine=pdp10-dec\r
+               os=-tops10\r
+               ;;\r
+       decsystem20* | dec20*)\r
+               basic_machine=pdp10-dec\r
+               os=-tops20\r
+               ;;\r
+       delta | 3300 | motorola-3300 | motorola-delta \\r
+             | 3300-motorola | delta-motorola)\r
+               basic_machine=m68k-motorola\r
+               ;;\r
+       delta88)\r
+               basic_machine=m88k-motorola\r
+               os=-sysv3\r
+               ;;\r
+       djgpp)\r
+               basic_machine=i586-pc\r
+               os=-msdosdjgpp\r
+               ;;\r
+       dpx20 | dpx20-*)\r
+               basic_machine=rs6000-bull\r
+               os=-bosx\r
+               ;;\r
+       dpx2* | dpx2*-bull)\r
+               basic_machine=m68k-bull\r
+               os=-sysv3\r
+               ;;\r
+       ebmon29k)\r
+               basic_machine=a29k-amd\r
+               os=-ebmon\r
+               ;;\r
+       elxsi)\r
+               basic_machine=elxsi-elxsi\r
+               os=-bsd\r
+               ;;\r
+       encore | umax | mmax)\r
+               basic_machine=ns32k-encore\r
+               ;;\r
+       es1800 | OSE68k | ose68k | ose | OSE)\r
+               basic_machine=m68k-ericsson\r
+               os=-ose\r
+               ;;\r
+       fx2800)\r
+               basic_machine=i860-alliant\r
+               ;;\r
+       genix)\r
+               basic_machine=ns32k-ns\r
+               ;;\r
+       gmicro)\r
+               basic_machine=tron-gmicro\r
+               os=-sysv\r
+               ;;\r
+       go32)\r
+               basic_machine=i386-pc\r
+               os=-go32\r
+               ;;\r
+       h3050r* | hiux*)\r
+               basic_machine=hppa1.1-hitachi\r
+               os=-hiuxwe2\r
+               ;;\r
+       h8300hms)\r
+               basic_machine=h8300-hitachi\r
+               os=-hms\r
+               ;;\r
+       h8300xray)\r
+               basic_machine=h8300-hitachi\r
+               os=-xray\r
+               ;;\r
+       h8500hms)\r
+               basic_machine=h8500-hitachi\r
+               os=-hms\r
+               ;;\r
+       harris)\r
+               basic_machine=m88k-harris\r
+               os=-sysv3\r
+               ;;\r
+       hp300-*)\r
+               basic_machine=m68k-hp\r
+               ;;\r
+       hp300bsd)\r
+               basic_machine=m68k-hp\r
+               os=-bsd\r
+               ;;\r
+       hp300hpux)\r
+               basic_machine=m68k-hp\r
+               os=-hpux\r
+               ;;\r
+       hp3k9[0-9][0-9] | hp9[0-9][0-9])\r
+               basic_machine=hppa1.0-hp\r
+               ;;\r
+       hp9k2[0-9][0-9] | hp9k31[0-9])\r
+               basic_machine=m68000-hp\r
+               ;;\r
+       hp9k3[2-9][0-9])\r
+               basic_machine=m68k-hp\r
+               ;;\r
+       hp9k6[0-9][0-9] | hp6[0-9][0-9])\r
+               basic_machine=hppa1.0-hp\r
+               ;;\r
+       hp9k7[0-79][0-9] | hp7[0-79][0-9])\r
+               basic_machine=hppa1.1-hp\r
+               ;;\r
+       hp9k78[0-9] | hp78[0-9])\r
+               # FIXME: really hppa2.0-hp\r
+               basic_machine=hppa1.1-hp\r
+               ;;\r
+       hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)\r
+               # FIXME: really hppa2.0-hp\r
+               basic_machine=hppa1.1-hp\r
+               ;;\r
+       hp9k8[0-9][13679] | hp8[0-9][13679])\r
+               basic_machine=hppa1.1-hp\r
+               ;;\r
+       hp9k8[0-9][0-9] | hp8[0-9][0-9])\r
+               basic_machine=hppa1.0-hp\r
+               ;;\r
+       hppa-next)\r
+               os=-nextstep3\r
+               ;;\r
+       hppaosf)\r
+               basic_machine=hppa1.1-hp\r
+               os=-osf\r
+               ;;\r
+       hppro)\r
+               basic_machine=hppa1.1-hp\r
+               os=-proelf\r
+               ;;\r
+       i370-ibm* | ibm*)\r
+               basic_machine=i370-ibm\r
+               ;;\r
+# I'm not sure what "Sysv32" means.  Should this be sysv3.2?\r
+       i*86v32)\r
+               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`\r
+               os=-sysv32\r
+               ;;\r
+       i*86v4*)\r
+               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`\r
+               os=-sysv4\r
+               ;;\r
+       i*86v)\r
+               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`\r
+               os=-sysv\r
+               ;;\r
+       i*86sol2)\r
+               basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`\r
+               os=-solaris2\r
+               ;;\r
+       i386mach)\r
+               basic_machine=i386-mach\r
+               os=-mach\r
+               ;;\r
+       i386-vsta | vsta)\r
+               basic_machine=i386-unknown\r
+               os=-vsta\r
+               ;;\r
+       iris | iris4d)\r
+               basic_machine=mips-sgi\r
+               case $os in\r
+                   -irix*)\r
+                       ;;\r
+                   *)\r
+                       os=-irix4\r
+                       ;;\r
+               esac\r
+               ;;\r
+       isi68 | isi)\r
+               basic_machine=m68k-isi\r
+               os=-sysv\r
+               ;;\r
+       m88k-omron*)\r
+               basic_machine=m88k-omron\r
+               ;;\r
+       magnum | m3230)\r
+               basic_machine=mips-mips\r
+               os=-sysv\r
+               ;;\r
+       merlin)\r
+               basic_machine=ns32k-utek\r
+               os=-sysv\r
+               ;;\r
+       mingw32)\r
+               basic_machine=i386-pc\r
+               os=-mingw32\r
+               ;;\r
+       miniframe)\r
+               basic_machine=m68000-convergent\r
+               ;;\r
+       *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)\r
+               basic_machine=m68k-atari\r
+               os=-mint\r
+               ;;\r
+       mips3*-*)\r
+               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`\r
+               ;;\r
+       mips3*)\r
+               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown\r
+               ;;\r
+       monitor)\r
+               basic_machine=m68k-rom68k\r
+               os=-coff\r
+               ;;\r
+       morphos)\r
+               basic_machine=powerpc-unknown\r
+               os=-morphos\r
+               ;;\r
+       msdos)\r
+               basic_machine=i386-pc\r
+               os=-msdos\r
+               ;;\r
+       mvs)\r
+               basic_machine=i370-ibm\r
+               os=-mvs\r
+               ;;\r
+       ncr3000)\r
+               basic_machine=i486-ncr\r
+               os=-sysv4\r
+               ;;\r
+       netbsd386)\r
+               basic_machine=i386-unknown\r
+               os=-netbsd\r
+               ;;\r
+       netwinder)\r
+               basic_machine=armv4l-rebel\r
+               os=-linux\r
+               ;;\r
+       news | news700 | news800 | news900)\r
+               basic_machine=m68k-sony\r
+               os=-newsos\r
+               ;;\r
+       news1000)\r
+               basic_machine=m68030-sony\r
+               os=-newsos\r
+               ;;\r
+       news-3600 | risc-news)\r
+               basic_machine=mips-sony\r
+               os=-newsos\r
+               ;;\r
+       necv70)\r
+               basic_machine=v70-nec\r
+               os=-sysv\r
+               ;;\r
+       next | m*-next )\r
+               basic_machine=m68k-next\r
+               case $os in\r
+                   -nextstep* )\r
+                       ;;\r
+                   -ns2*)\r
+                     os=-nextstep2\r
+                       ;;\r
+                   *)\r
+                     os=-nextstep3\r
+                       ;;\r
+               esac\r
+               ;;\r
+       nh3000)\r
+               basic_machine=m68k-harris\r
+               os=-cxux\r
+               ;;\r
+       nh[45]000)\r
+               basic_machine=m88k-harris\r
+               os=-cxux\r
+               ;;\r
+       nindy960)\r
+               basic_machine=i960-intel\r
+               os=-nindy\r
+               ;;\r
+       mon960)\r
+               basic_machine=i960-intel\r
+               os=-mon960\r
+               ;;\r
+       nonstopux)\r
+               basic_machine=mips-compaq\r
+               os=-nonstopux\r
+               ;;\r
+       np1)\r
+               basic_machine=np1-gould\r
+               ;;\r
+       nsr-tandem)\r
+               basic_machine=nsr-tandem\r
+               ;;\r
+       op50n-* | op60c-*)\r
+               basic_machine=hppa1.1-oki\r
+               os=-proelf\r
+               ;;\r
+       openrisc | openrisc-*)\r
+               basic_machine=or32-unknown\r
+               ;;\r
+       os400)\r
+               basic_machine=powerpc-ibm\r
+               os=-os400\r
+               ;;\r
+       OSE68000 | ose68000)\r
+               basic_machine=m68000-ericsson\r
+               os=-ose\r
+               ;;\r
+       os68k)\r
+               basic_machine=m68k-none\r
+               os=-os68k\r
+               ;;\r
+       pa-hitachi)\r
+               basic_machine=hppa1.1-hitachi\r
+               os=-hiuxwe2\r
+               ;;\r
+       paragon)\r
+               basic_machine=i860-intel\r
+               os=-osf\r
+               ;;\r
+       pbd)\r
+               basic_machine=sparc-tti\r
+               ;;\r
+       pbb)\r
+               basic_machine=m68k-tti\r
+               ;;\r
+       pc532 | pc532-*)\r
+               basic_machine=ns32k-pc532\r
+               ;;\r
+       pentium | p5 | k5 | k6 | nexgen | viac3)\r
+               basic_machine=i586-pc\r
+               ;;\r
+       pentiumpro | p6 | 6x86 | athlon | athlon_*)\r
+               basic_machine=i686-pc\r
+               ;;\r
+       pentiumii | pentium2 | pentiumiii | pentium3)\r
+               basic_machine=i686-pc\r
+               ;;\r
+       pentium4)\r
+               basic_machine=i786-pc\r
+               ;;\r
+       pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)\r
+               basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       pentiumpro-* | p6-* | 6x86-* | athlon-*)\r
+               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)\r
+               basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       pentium4-*)\r
+               basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       pn)\r
+               basic_machine=pn-gould\r
+               ;;\r
+       power)  basic_machine=power-ibm\r
+               ;;\r
+       ppc)    basic_machine=powerpc-unknown\r
+               ;;\r
+       ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       ppcle | powerpclittle | ppc-le | powerpc-little)\r
+               basic_machine=powerpcle-unknown\r
+               ;;\r
+       ppcle-* | powerpclittle-*)\r
+               basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       ppc64)  basic_machine=powerpc64-unknown\r
+               ;;\r
+       ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       ppc64le | powerpc64little | ppc64-le | powerpc64-little)\r
+               basic_machine=powerpc64le-unknown\r
+               ;;\r
+       ppc64le-* | powerpc64little-*)\r
+               basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`\r
+               ;;\r
+       ps2)\r
+               basic_machine=i386-ibm\r
+               ;;\r
+       pw32)\r
+               basic_machine=i586-unknown\r
+               os=-pw32\r
+               ;;\r
+       rom68k)\r
+               basic_machine=m68k-rom68k\r
+               os=-coff\r
+               ;;\r
+       rm[46]00)\r
+               basic_machine=mips-siemens\r
+               ;;\r
+       rtpc | rtpc-*)\r
+               basic_machine=romp-ibm\r
+               ;;\r
+       s390 | s390-*)\r
+               basic_machine=s390-ibm\r
+               ;;\r
+       s390x | s390x-*)\r
+               basic_machine=s390x-ibm\r
+               ;;\r
+       sa29200)\r
+               basic_machine=a29k-amd\r
+               os=-udi\r
+               ;;\r
+       sb1)\r
+               basic_machine=mipsisa64sb1-unknown\r
+               ;;\r
+       sb1el)\r
+               basic_machine=mipsisa64sb1el-unknown\r
+               ;;\r
+       sei)\r
+               basic_machine=mips-sei\r
+               os=-seiux\r
+               ;;\r
+       sequent)\r
+               basic_machine=i386-sequent\r
+               ;;\r
+       sh)\r
+               basic_machine=sh-hitachi\r
+               os=-hms\r
+               ;;\r
+       sh64)\r
+               basic_machine=sh64-unknown\r
+               ;;\r
+       sparclite-wrs | simso-wrs)\r
+               basic_machine=sparclite-wrs\r
+               os=-vxworks\r
+               ;;\r
+       sps7)\r
+               basic_machine=m68k-bull\r
+               os=-sysv2\r
+               ;;\r
+       spur)\r
+               basic_machine=spur-unknown\r
+               ;;\r
+       st2000)\r
+               basic_machine=m68k-tandem\r
+               ;;\r
+       stratus)\r
+               basic_machine=i860-stratus\r
+               os=-sysv4\r
+               ;;\r
+       sun2)\r
+               basic_machine=m68000-sun\r
+               ;;\r
+       sun2os3)\r
+               basic_machine=m68000-sun\r
+               os=-sunos3\r
+               ;;\r
+       sun2os4)\r
+               basic_machine=m68000-sun\r
+               os=-sunos4\r
+               ;;\r
+       sun3os3)\r
+               basic_machine=m68k-sun\r
+               os=-sunos3\r
+               ;;\r
+       sun3os4)\r
+               basic_machine=m68k-sun\r
+               os=-sunos4\r
+               ;;\r
+       sun4os3)\r
+               basic_machine=sparc-sun\r
+               os=-sunos3\r
+               ;;\r
+       sun4os4)\r
+               basic_machine=sparc-sun\r
+               os=-sunos4\r
+               ;;\r
+       sun4sol2)\r
+               basic_machine=sparc-sun\r
+               os=-solaris2\r
+               ;;\r
+       sun3 | sun3-*)\r
+               basic_machine=m68k-sun\r
+               ;;\r
+       sun4)\r
+               basic_machine=sparc-sun\r
+               ;;\r
+       sun386 | sun386i | roadrunner)\r
+               basic_machine=i386-sun\r
+               ;;\r
+       sv1)\r
+               basic_machine=sv1-cray\r
+               os=-unicos\r
+               ;;\r
+       symmetry)\r
+               basic_machine=i386-sequent\r
+               os=-dynix\r
+               ;;\r
+       t3e)\r
+               basic_machine=alphaev5-cray\r
+               os=-unicos\r
+               ;;\r
+       t90)\r
+               basic_machine=t90-cray\r
+               os=-unicos\r
+               ;;\r
+       tic54x | c54x*)\r
+               basic_machine=tic54x-unknown\r
+               os=-coff\r
+               ;;\r
+       tic55x | c55x*)\r
+               basic_machine=tic55x-unknown\r
+               os=-coff\r
+               ;;\r
+       tic6x | c6x*)\r
+               basic_machine=tic6x-unknown\r
+               os=-coff\r
+               ;;\r
+       tx39)\r
+               basic_machine=mipstx39-unknown\r
+               ;;\r
+       tx39el)\r
+               basic_machine=mipstx39el-unknown\r
+               ;;\r
+       toad1)\r
+               basic_machine=pdp10-xkl\r
+               os=-tops20\r
+               ;;\r
+       tower | tower-32)\r
+               basic_machine=m68k-ncr\r
+               ;;\r
+       tpf)\r
+               basic_machine=s390x-ibm\r
+               os=-tpf\r
+               ;;\r
+       udi29k)\r
+               basic_machine=a29k-amd\r
+               os=-udi\r
+               ;;\r
+       ultra3)\r
+               basic_machine=a29k-nyu\r
+               os=-sym1\r
+               ;;\r
+       v810 | necv810)\r
+               basic_machine=v810-nec\r
+               os=-none\r
+               ;;\r
+       vaxv)\r
+               basic_machine=vax-dec\r
+               os=-sysv\r
+               ;;\r
+       vms)\r
+               basic_machine=vax-dec\r
+               os=-vms\r
+               ;;\r
+       vpp*|vx|vx-*)\r
+               basic_machine=f301-fujitsu\r
+               ;;\r
+       vxworks960)\r
+               basic_machine=i960-wrs\r
+               os=-vxworks\r
+               ;;\r
+       vxworks68)\r
+               basic_machine=m68k-wrs\r
+               os=-vxworks\r
+               ;;\r
+       vxworks29k)\r
+               basic_machine=a29k-wrs\r
+               os=-vxworks\r
+               ;;\r
+       w65*)\r
+               basic_machine=w65-wdc\r
+               os=-none\r
+               ;;\r
+       w89k-*)\r
+               basic_machine=hppa1.1-winbond\r
+               os=-proelf\r
+               ;;\r
+       xbox)\r
+               basic_machine=i686-pc\r
+               os=-mingw32\r
+               ;;\r
+       xps | xps100)\r
+               basic_machine=xps100-honeywell\r
+               ;;\r
+       ymp)\r
+               basic_machine=ymp-cray\r
+               os=-unicos\r
+               ;;\r
+       z8k-*-coff)\r
+               basic_machine=z8k-unknown\r
+               os=-sim\r
+               ;;\r
+       none)\r
+               basic_machine=none-none\r
+               os=-none\r
+               ;;\r
+\r
+# Here we handle the default manufacturer of certain CPU types.  It is in\r
+# some cases the only manufacturer, in others, it is the most popular.\r
+       w89k)\r
+               basic_machine=hppa1.1-winbond\r
+               ;;\r
+       op50n)\r
+               basic_machine=hppa1.1-oki\r
+               ;;\r
+       op60c)\r
+               basic_machine=hppa1.1-oki\r
+               ;;\r
+       romp)\r
+               basic_machine=romp-ibm\r
+               ;;\r
+       mmix)\r
+               basic_machine=mmix-knuth\r
+               ;;\r
+       rs6000)\r
+               basic_machine=rs6000-ibm\r
+               ;;\r
+       vax)\r
+               basic_machine=vax-dec\r
+               ;;\r
+       pdp10)\r
+               # there are many clones, so DEC is not a safe bet\r
+               basic_machine=pdp10-unknown\r
+               ;;\r
+       pdp11)\r
+               basic_machine=pdp11-dec\r
+               ;;\r
+       we32k)\r
+               basic_machine=we32k-att\r
+               ;;\r
+       sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)\r
+               basic_machine=sh-unknown\r
+               ;;\r
+       sparc | sparcv8 | sparcv9 | sparcv9b)\r
+               basic_machine=sparc-sun\r
+               ;;\r
+       cydra)\r
+               basic_machine=cydra-cydrome\r
+               ;;\r
+       orion)\r
+               basic_machine=orion-highlevel\r
+               ;;\r
+       orion105)\r
+               basic_machine=clipper-highlevel\r
+               ;;\r
+       mac | mpw | mac-mpw)\r
+               basic_machine=m68k-apple\r
+               ;;\r
+       pmac | pmac-mpw)\r
+               basic_machine=powerpc-apple\r
+               ;;\r
+       *-unknown)\r
+               # Make sure to match an already-canonicalized machine name.\r
+               ;;\r
+       *)\r
+               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2\r
+               exit 1\r
+               ;;\r
+esac\r
+\r
+# Here we canonicalize certain aliases for manufacturers.\r
+case $basic_machine in\r
+       *-digital*)\r
+               basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`\r
+               ;;\r
+       *-commodore*)\r
+               basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`\r
+               ;;\r
+       *)\r
+               ;;\r
+esac\r
+\r
+# Decode manufacturer-specific aliases for certain operating systems.\r
+\r
+if [ x"$os" != x"" ]\r
+then\r
+case $os in\r
+        # First match some system type aliases\r
+        # that might get confused with valid system types.\r
+       # -solaris* is a basic system type, with this one exception.\r
+       -solaris1 | -solaris1.*)\r
+               os=`echo $os | sed -e 's|solaris1|sunos4|'`\r
+               ;;\r
+       -solaris)\r
+               os=-solaris2\r
+               ;;\r
+       -svr4*)\r
+               os=-sysv4\r
+               ;;\r
+       -unixware*)\r
+               os=-sysv4.2uw\r
+               ;;\r
+       -gnu/linux*)\r
+               os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`\r
+               ;;\r
+       # First accept the basic system types.\r
+       # The portable systems comes first.\r
+       # Each alternative MUST END IN A *, to match a version number.\r
+       # -sysv* is not here because it comes later, after sysvr4.\r
+       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \\r
+             | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\\r
+             | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \\r
+             | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \\r
+             | -aos* \\r
+             | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \\r
+             | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \\r
+             | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \\r
+             | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \\r
+             | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \\r
+             | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \\r
+             | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \\r
+             | -chorusos* | -chorusrdb* \\r
+             | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \\r
+             | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \\r
+             | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \\r
+             | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \\r
+             | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \\r
+             | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \\r
+             | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \\r
+             | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \\r
+             | -skyos* | -haiku*)\r
+       # Remember, each alternative MUST END IN *, to match a version number.\r
+               ;;\r
+       -qnx*)\r
+               case $basic_machine in\r
+                   x86-* | i*86-*)\r
+                       ;;\r
+                   *)\r
+                       os=-nto$os\r
+                       ;;\r
+               esac\r
+               ;;\r
+       -nto-qnx*)\r
+               ;;\r
+       -nto*)\r
+               os=`echo $os | sed -e 's|nto|nto-qnx|'`\r
+               ;;\r
+       -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \\r
+             | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \\r
+             | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)\r
+               ;;\r
+       -mac*)\r
+               os=`echo $os | sed -e 's|mac|macos|'`\r
+               ;;\r
+       -linux-dietlibc)\r
+               os=-linux-dietlibc\r
+               ;;\r
+       -linux*)\r
+               os=`echo $os | sed -e 's|linux|linux-gnu|'`\r
+               ;;\r
+       -sunos5*)\r
+               os=`echo $os | sed -e 's|sunos5|solaris2|'`\r
+               ;;\r
+       -sunos6*)\r
+               os=`echo $os | sed -e 's|sunos6|solaris3|'`\r
+               ;;\r
+       -opened*)\r
+               os=-openedition\r
+               ;;\r
+        -os400*)\r
+               os=-os400\r
+               ;;\r
+       -wince*)\r
+               os=-wince\r
+               ;;\r
+       -osfrose*)\r
+               os=-osfrose\r
+               ;;\r
+       -osf*)\r
+               os=-osf\r
+               ;;\r
+       -utek*)\r
+               os=-bsd\r
+               ;;\r
+       -dynix*)\r
+               os=-bsd\r
+               ;;\r
+       -acis*)\r
+               os=-aos\r
+               ;;\r
+       -atheos*)\r
+               os=-atheos\r
+               ;;\r
+       -syllable*)\r
+               os=-syllable\r
+               ;;\r
+       -386bsd)\r
+               os=-bsd\r
+               ;;\r
+       -ctix* | -uts*)\r
+               os=-sysv\r
+               ;;\r
+       -nova*)\r
+               os=-rtmk-nova\r
+               ;;\r
+       -ns2 )\r
+               os=-nextstep2\r
+               ;;\r
+       -nsk*)\r
+               os=-nsk\r
+               ;;\r
+       # Preserve the version number of sinix5.\r
+       -sinix5.*)\r
+               os=`echo $os | sed -e 's|sinix|sysv|'`\r
+               ;;\r
+       -sinix*)\r
+               os=-sysv4\r
+               ;;\r
+        -tpf*)\r
+               os=-tpf\r
+               ;;\r
+       -triton*)\r
+               os=-sysv3\r
+               ;;\r
+       -oss*)\r
+               os=-sysv3\r
+               ;;\r
+       -svr4)\r
+               os=-sysv4\r
+               ;;\r
+       -svr3)\r
+               os=-sysv3\r
+               ;;\r
+       -sysvr4)\r
+               os=-sysv4\r
+               ;;\r
+       # This must come after -sysvr4.\r
+       -sysv*)\r
+               ;;\r
+       -ose*)\r
+               os=-ose\r
+               ;;\r
+       -es1800*)\r
+               os=-ose\r
+               ;;\r
+       -xenix)\r
+               os=-xenix\r
+               ;;\r
+       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)\r
+               os=-mint\r
+               ;;\r
+       -aros*)\r
+               os=-aros\r
+               ;;\r
+       -kaos*)\r
+               os=-kaos\r
+               ;;\r
+       -zvmoe)\r
+               os=-zvmoe\r
+               ;;\r
+       -none)\r
+               ;;\r
+       *)\r
+               # Get rid of the `-' at the beginning of $os.\r
+               os=`echo $os | sed 's/[^-]*-//'`\r
+               echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2\r
+               exit 1\r
+               ;;\r
+esac\r
+else\r
+\r
+# Here we handle the default operating systems that come with various machines.\r
+# The value should be what the vendor currently ships out the door with their\r
+# machine or put another way, the most popular os provided with the machine.\r
+\r
+# Note that if you're going to try to match "-MANUFACTURER" here (say,\r
+# "-sun"), then you have to tell the case statement up towards the top\r
+# that MANUFACTURER isn't an operating system.  Otherwise, code above\r
+# will signal an error saying that MANUFACTURER isn't an operating\r
+# system, and we'll never get to this point.\r
+\r
+case $basic_machine in\r
+       *-acorn)\r
+               os=-riscix1.2\r
+               ;;\r
+       arm*-rebel)\r
+               os=-linux\r
+               ;;\r
+       arm*-semi)\r
+               os=-aout\r
+               ;;\r
+    c4x-* | tic4x-*)\r
+        os=-coff\r
+        ;;\r
+       # This must come before the *-dec entry.\r
+       pdp10-*)\r
+               os=-tops20\r
+               ;;\r
+       pdp11-*)\r
+               os=-none\r
+               ;;\r
+       *-dec | vax-*)\r
+               os=-ultrix4.2\r
+               ;;\r
+       m68*-apollo)\r
+               os=-domain\r
+               ;;\r
+       i386-sun)\r
+               os=-sunos4.0.2\r
+               ;;\r
+       m68000-sun)\r
+               os=-sunos3\r
+               # This also exists in the configure program, but was not the\r
+               # default.\r
+               # os=-sunos4\r
+               ;;\r
+       m68*-cisco)\r
+               os=-aout\r
+               ;;\r
+       mips*-cisco)\r
+               os=-elf\r
+               ;;\r
+       mips*-*)\r
+               os=-elf\r
+               ;;\r
+       or32-*)\r
+               os=-coff\r
+               ;;\r
+       *-tti)  # must be before sparc entry or we get the wrong os.\r
+               os=-sysv3\r
+               ;;\r
+       sparc-* | *-sun)\r
+               os=-sunos4.1.1\r
+               ;;\r
+       *-be)\r
+               os=-beos\r
+               ;;\r
+       *-haiku)\r
+               os=-haiku\r
+               ;;\r
+       *-ibm)\r
+               os=-aix\r
+               ;;\r
+       *-knuth)\r
+               os=-mmixware\r
+               ;;\r
+       *-wec)\r
+               os=-proelf\r
+               ;;\r
+       *-winbond)\r
+               os=-proelf\r
+               ;;\r
+       *-oki)\r
+               os=-proelf\r
+               ;;\r
+       *-hp)\r
+               os=-hpux\r
+               ;;\r
+       *-hitachi)\r
+               os=-hiux\r
+               ;;\r
+       i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)\r
+               os=-sysv\r
+               ;;\r
+       *-cbm)\r
+               os=-amigaos\r
+               ;;\r
+       *-dg)\r
+               os=-dgux\r
+               ;;\r
+       *-dolphin)\r
+               os=-sysv3\r
+               ;;\r
+       m68k-ccur)\r
+               os=-rtu\r
+               ;;\r
+       m88k-omron*)\r
+               os=-luna\r
+               ;;\r
+       *-next )\r
+               os=-nextstep\r
+               ;;\r
+       *-sequent)\r
+               os=-ptx\r
+               ;;\r
+       *-crds)\r
+               os=-unos\r
+               ;;\r
+       *-ns)\r
+               os=-genix\r
+               ;;\r
+       i370-*)\r
+               os=-mvs\r
+               ;;\r
+       *-next)\r
+               os=-nextstep3\r
+               ;;\r
+       *-gould)\r
+               os=-sysv\r
+               ;;\r
+       *-highlevel)\r
+               os=-bsd\r
+               ;;\r
+       *-encore)\r
+               os=-bsd\r
+               ;;\r
+       *-sgi)\r
+               os=-irix\r
+               ;;\r
+       *-siemens)\r
+               os=-sysv4\r
+               ;;\r
+       *-masscomp)\r
+               os=-rtu\r
+               ;;\r
+       f30[01]-fujitsu | f700-fujitsu)\r
+               os=-uxpv\r
+               ;;\r
+       *-rom68k)\r
+               os=-coff\r
+               ;;\r
+       *-*bug)\r
+               os=-coff\r
+               ;;\r
+       *-apple)\r
+               os=-macos\r
+               ;;\r
+       *-atari*)\r
+               os=-mint\r
+               ;;\r
+       *)\r
+               os=-none\r
+               ;;\r
+esac\r
+fi\r
+\r
+# Here we handle the case where we know the os, and the CPU type, but not the\r
+# manufacturer.  We pick the logical manufacturer.\r
+vendor=unknown\r
+case $basic_machine in\r
+       *-unknown)\r
+               case $os in\r
+                       -riscix*)\r
+                               vendor=acorn\r
+                               ;;\r
+                       -sunos*)\r
+                               vendor=sun\r
+                               ;;\r
+                       -aix*)\r
+                               vendor=ibm\r
+                               ;;\r
+                       -beos*)\r
+                               vendor=be\r
+                               ;;\r
+                       -hpux*)\r
+                               vendor=hp\r
+                               ;;\r
+                       -mpeix*)\r
+                               vendor=hp\r
+                               ;;\r
+                       -hiux*)\r
+                               vendor=hitachi\r
+                               ;;\r
+                       -unos*)\r
+                               vendor=crds\r
+                               ;;\r
+                       -dgux*)\r
+                               vendor=dg\r
+                               ;;\r
+                       -luna*)\r
+                               vendor=omron\r
+                               ;;\r
+                       -genix*)\r
+                               vendor=ns\r
+                               ;;\r
+                       -mvs* | -opened*)\r
+                               vendor=ibm\r
+                               ;;\r
+                       -os400*)\r
+                               vendor=ibm\r
+                               ;;\r
+                       -ptx*)\r
+                               vendor=sequent\r
+                               ;;\r
+                       -tpf*)\r
+                               vendor=ibm\r
+                               ;;\r
+                       -vxsim* | -vxworks* | -windiss*)\r
+                               vendor=wrs\r
+                               ;;\r
+                       -aux*)\r
+                               vendor=apple\r
+                               ;;\r
+                       -hms*)\r
+                               vendor=hitachi\r
+                               ;;\r
+                       -mpw* | -macos*)\r
+                               vendor=apple\r
+                               ;;\r
+                       -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)\r
+                               vendor=atari\r
+                               ;;\r
+                       -vos*)\r
+                               vendor=stratus\r
+                               ;;\r
+               esac\r
+               basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`\r
+               ;;\r
+esac\r
+\r
+echo $basic_machine$os\r
+exit\r
+\r
+# Local variables:\r
+# eval: (add-hook 'write-file-hooks 'time-stamp)\r
+# time-stamp-start: "timestamp='"\r
+# time-stamp-format: "%:y-%02m-%02d"\r
+# time-stamp-end: "'"\r
+# End:\r