* frags.c (frag_var): fr_pcrel_adjust renamed to
[deliverable/binutils-gdb.git] / config.sub
index 626de2a75b8cb1805c4fdd56e4f53249394a4c4b..1f0ae41d9af07abff0094f13fd9442571bf448a3 100755 (executable)
@@ -108,6 +108,9 @@ case $os in
                os=vxworks
                basic_machine=$1
                ;;
+        -hiuxmpp)
+                os=-hiuxmpp
+                ;;
        -hiux*)
                os=-hiuxwe2
                ;;
@@ -159,7 +162,7 @@ esac
 case $basic_machine in
        # Recognize the basic CPU types without company name.
        # Some are omitted here because they have special meanings below.
-       tahoe | i860 | m68k | m68000 | m88k | ns32k | arm \
+       tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \
                | arme[lb] | pyramid \
                | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
                | alpha | we32k | ns16k | clipper | i370 | sh \
@@ -180,13 +183,18 @@ case $basic_machine in
        mips64vr5000 | mips64vr5000el) # CYGNUS LOCAL ian/vr5000
                basic_machine=$basic_machine-unknown
                ;;
+# start-sanitize-r5900
+       mips64vr5900 | mips64vr5900el) # CYGNUS LOCAL gavin/r5900
+               basic_machine=$basic_machine-unknown
+               ;;
+# end-sanitize-r5900
        mips16) # CYGNUS LOCAL krk/mips16
                basic_machine=$basic_machine-unknown
                ;;
-# CYGNUS LOCAL law
        mn10300)
                basic_machine=$basic_machine-unknown
                ;;
+# CYGNUS LOCAL law
        mn10200)
                basic_machine=$basic_machine-unknown
                ;;
@@ -201,16 +209,14 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-v850
-# start-sanitize-d10v
        d10v)                           # CYGNUS LOCAL meissner/d10v
                basic_machine=$basic_machine-unknown
                ;;
-# end-sanitize-d10v
-# start-sanitize-m32r
-       m32r)                           # CYGNUS LOCAL
+# start-sanitize-d30v
+       d30v)                           # CYGNUS LOCAL hunt/d30v
                basic_machine=$basic_machine-unknown
                ;;
-# end-sanitize-m32r
+# end-sanitize-d30v
        mn10200)                        # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
@@ -229,8 +235,8 @@ case $basic_machine in
                exit 1
                ;;
        # Recognize the basic CPU types with company name.
-       vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \
-             | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
+       vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \
+             | m88k-* | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \
              | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
              | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
@@ -238,12 +244,16 @@ case $basic_machine in
              | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \
              | mips64el-* | mips64orion-* | mips64orionel-* | f301-*)
                ;;
-       m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | v850-* | d10v-*) # CYGNUS LOCAL
+       m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | v850-* | d10v-* | d30v-*) # CYGNUS LOCAL
                ;;
        mips64vr4300-* | mips64vr4300el-*) # CYGNUS LOCAL jsmith/vr4300
                ;;
        mips64vr4100-* | mips64vr4100el-*) # CYGNUS LOCAL jsmith/vr4100
                ;;
+# start-sanitize-r5900
+       mips64vr5900-* | mips64vr5900el-*) # CYGNUS LOCAL gavin/r5900
+                ;;
+# end-sanitize-r5900
        mips16-*) # CYGNUS LOCAL krk/mips16
                ;;
 # start-sanitize-tic80
@@ -400,6 +410,10 @@ case $basic_machine in
                basic_machine=tron-gmicro
                os=-sysv
                ;;
+        hiuxmpp)
+                basic_machine=hppa1.1-hitachi
+                os=-hiuxmpp
+                ;;
        h3050r* | hiux*)
                basic_machine=hppa1.1-hitachi
                os=-hiuxwe2
@@ -527,6 +541,14 @@ case $basic_machine in
        miniframe)
                basic_machine=m68000-convergent
                ;;
+       mipsel*-linux*)
+               basic_machine=mipsel-unknown
+               os=-linux
+               ;;
+       mips*-linux*)
+               basic_machine=mips-unknown
+               os=-linux
+               ;;
        mips3*-*)
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
                ;;
@@ -660,6 +682,11 @@ case $basic_machine in
        ps2)
                basic_machine=i386-ibm
                ;;
+# start-sanitize-r5900
+        r5900)                                          # CYGNUS LOCAL
+                basic_machine=mips64vr5900el-unknown
+                ;;
+# end-sanitize-r5900
        rom68k)                                         # CYGNUS LOCAL
                basic_machine=m68k-rom68k
                os=-coff
@@ -813,7 +840,11 @@ case $basic_machine in
                basic_machine=hppa1.1-oki
                ;;
        mips)
-               basic_machine=mips-mips
+               if [ x$os = x-linux ]; then
+                       basic_machine=mips-unknown
+               else
+                       basic_machine=mips-mips
+               fi
                ;;
        romp)
                basic_machine=romp-ibm
@@ -906,8 +937,8 @@ case $os in
                ;;
        # CYGNUS LOCAL
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
-             | -windows* | -osx | -abug |  -netware* | -os9* \
-             | -macos* | -mpw* | -magic* | -mon960*)
+             | -windows* | -osx | -abug |  -netware* | -os9* | -beos* \
+             | -macos* | -mpw* | -magic* | -mon960* | -lnews* )
                ;;
        -mac*)
                os=`echo $os | sed -e 's|mac|macos|'`
@@ -1032,12 +1063,18 @@ case $basic_machine in
        mips*-cisco)                                    # CYGNUS LOCAL
                os=-elf
                ;;
+        mips*-*)                                        # CYGNUS LOCAL
+                os=-elf
+                ;;
        *-tti)  # must be before sparc entry or we get the wrong os.
                os=-sysv3
                ;;
        sparc-* | *-sun)
                os=-sunos4.1.1
                ;;
+       *-be)                                           # CYGNUS LOCAL
+               os=-beos
+               ;;
        *-ibm)
                os=-aix
                ;;
@@ -1143,6 +1180,9 @@ case $basic_machine in
                        -aix*)
                                vendor=ibm
                                ;;
+                       -beos*)                                         # CYGNUS LOCAL
+                               vendor=be
+                               ;;
                        -hpux*)
                                vendor=hp
                                ;;
This page took 0.026039 seconds and 4 git commands to generate.