* Makefile.in (SIM_EXTRA_DEPS): Add m32r-desc.h, delete cpu-opc.h.
[deliverable/binutils-gdb.git] / config.sub
index ad715bba003e610b9319f40d9f4412e832076331..8676e3857d86f496b9673acc8673af7e53153f0f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Configuration validation subroutine script, version 1.1.
-#   Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc.
+#   Copyright (C) 1991, 92-97, 1998, 1999 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.
@@ -199,7 +199,8 @@ case $basic_machine in
        # Some are omitted here because they have special meanings below.
        tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
                | arme[lb] | pyramid | mn10200 | mn10300 \
-               | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
+               | tron | a29k | 580 | i960 | h8300 \
+               | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
                | alpha | alphaev5 | alphaev56 | alphapca56 | alphaev6 \
                | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
                | 1750a | dsp16xx | pdp11 \
@@ -210,7 +211,10 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
        m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
-               | h8500 | w65 | fr30 | tiny2j) # CYGNUS LOCAL
+               | h8500 | w65 | fr30) # CYGNUS LOCAL
+               basic_machine=$basic_machine-unknown
+               ;;
+       strongarm) # CYGNUS LOCAL nickc/strongarm
                basic_machine=$basic_machine-unknown
                ;;
        thumb)
@@ -275,14 +279,12 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-sky
-# start-sanitize-v850e
        v850e)                          # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
        v850ea)                         # CYGNUS LOCAL jtc/v850
                basic_machine=$basic_machine-unknown
                ;;
-# end-sanitize-v850e
        d10v)
                basic_machine=$basic_machine-unknown
                ;;
@@ -305,7 +307,9 @@ case $basic_machine in
              | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
-             | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \
+             | xmp-* | ymp-* \
+             | hppa-* | hppa1.0-* | hppa1.1-* \
+             | hppa2.0-* | hppa2.0w-* | hppa2.0n-* \
              | alpha-* | alphaev5-* | alphaev56-* | alphapca56-* \
              | alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \
              | xps100-* | clipper-* | orion-* \
@@ -318,6 +322,8 @@ case $basic_machine in
                ;;
        m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
                ;;
+       strongarm-*) # CYGNUS LOCAL nickc/strongarm
+               ;;
        thumb-*) # CYGNUS LOCAL angela/thumb
                ;;
 # start-sanitize-sky
@@ -326,12 +332,10 @@ case $basic_machine in
 # end-sanitize-sky
        v850-*) # CYGNUS LOCAL
                ;;
-# start-sanitize-v850e
        v850e-*) # CYGNUS LOCAL
                ;;
        v850ea-*) # CYGNUS LOCAL
                ;;
-# end-sanitize-v850e
        d30v-*) # CYGNUS LOCAL
                ;;
 # start-sanitize-vr4xxx
@@ -1076,7 +1080,7 @@ case $os in
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
-             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
+             | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
This page took 0.024478 seconds and 4 git commands to generate.