VirtualBox

Ignore:
Timestamp:
Sep 15, 2006 2:30:32 AM (18 years ago)
Author:
bird
Message:

Load make-3.81/ into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/config/config.sub

    r152 r501  
    22# Configuration validation subroutine script.
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    4 #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    5 
    6 timestamp='2004-02-23'
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
     5#   Inc.
     6
     7timestamp='2006-03-07'
    78
    89# This file is (in principle) common to ALL GNU software.
     
    2223# You should have received a copy of the GNU General Public License
    2324# along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 59 Temple Place - Suite 330,
    25 # Boston, MA 02111-1307, USA.
    26 
     25# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
     26# 02110-1301, USA.
     27#
    2728# As a special exception to the GNU General Public License, if you
    2829# distribute this file as part of a program that contains a
    2930# configuration script generated by Autoconf, you may include it under
    3031# the same distribution terms that you use for the rest of that program.
     32
    3133
    3234# Please send patches to <config-patches@gnu.org>.  Submit a context
     
    7173GNU config.sub ($timestamp)
    7274
    73 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
     75Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    7476Free Software Foundation, Inc.
    7577
     
    8486  case $1 in
    8587    --time-stamp | --time* | -t )
    86        echo "$timestamp" ; exit 0 ;;
     88       echo "$timestamp" ; exit ;;
    8789    --version | -v )
    88        echo "$version" ; exit 0 ;;
     90       echo "$version" ; exit ;;
    8991    --help | --h* | -h )
    90        echo "$usage"; exit 0 ;;
     92       echo "$usage"; exit ;;
    9193    -- )     # Stop option processing
    9294       shift; break ;;
     
    100102       # First pass through any local machine types.
    101103       echo $1
    102        exit 0;;
     104       exit ;;
    103105
    104106    * )
     
    119121maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
    120122case $maybe_os in
    121   nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
    122   kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
     123  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
     124  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
     125  storm-chaos* | os2-emx* | rtmk-nova*)
    123126    os=-$maybe_os
    124127    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
     
    146149        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
    147150        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
    148         -apple | -axis)
     151        -apple | -axis | -knuth | -cray)
    149152                os=
    150153                basic_machine=$1
     
    171174                os=-hiuxwe2
    172175                ;;
     176        -sco6)
     177                os=-sco5v6
     178                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
     179                ;;
    173180        -sco5)
    174181                os=-sco3.2v5
     
    184191                ;;
    185192        -sco3.2v[4-9]*)
     193                # Don't forget version if it is 3.2v4 or newer.
     194                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
     195                ;;
     196        -sco5v6*)
    186197                # Don't forget version if it is 3.2v4 or newer.
    187198                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
     
    232243        | am33_2.0 \
    233244        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
     245        | bfin \
    234246        | c4x | clipper \
    235247        | d10v | d30v | dlx | dsp16xx \
     
    238250        | i370 | i860 | i960 | ia64 \
    239251        | ip2k | iq2000 \
    240         | m32r | m68000 | m68k | m88k | mcore \
     252        | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
    241253        | mips | mipsbe | mipseb | mipsel | mipsle \
    242254        | mips16 \
     
    247259        | mips64vr4300 | mips64vr4300el \
    248260        | mips64vr5000 | mips64vr5000el \
     261        | mips64vr5900 | mips64vr5900el \
    249262        | mipsisa32 | mipsisa32el \
    250263        | mipsisa32r2 | mipsisa32r2el \
     
    255268        | mipstx39 | mipstx39el \
    256269        | mn10200 | mn10300 \
     270        | mt \
    257271        | msp430 \
     272        | nios | nios2 \
    258273        | ns16k | ns32k \
    259         | openrisc | or32 \
     274        | or32 \
    260275        | pdp10 | pdp11 | pj | pjl \
    261276        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
    262277        | pyramid \
    263         | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
     278        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
    264279        | sh64 | sh64le \
    265         | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
     280        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
     281        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
    266282        | strongarm \
    267283        | tahoe | thumb | tic4x | tic80 | tron \
    268284        | v850 | v850e \
    269285        | we32k \
    270         | x86 | xscale | xstormy16 | xtensa \
     286        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
    271287        | z8k)
     288                basic_machine=$basic_machine-unknown
     289                ;;
     290        m32c)
    272291                basic_machine=$basic_machine-unknown
    273292                ;;
     
    278297                ;;
    279298        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
     299                ;;
     300        ms1)
     301                basic_machine=mt-unknown
    280302                ;;
    281303
     
    299321        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
    300322        | avr-* \
    301         | bs2000-* \
     323        | bfin-* | bs2000-* \
    302324        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
    303         | clipper-* | cydra-* \
     325        | clipper-* | craynv-* | cydra-* \
    304326        | d10v-* | d30v-* | dlx-* \
    305327        | elxsi-* \
     
    309331        | i*86-* | i860-* | i960-* | ia64-* \
    310332        | ip2k-* | iq2000-* \
    311         | m32r-* \
     333        | m32r-* | m32rle-* \
    312334        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
    313         | m88110-* | m88k-* | mcore-* \
     335        | m88110-* | m88k-* | maxq-* | mcore-* \
    314336        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
    315337        | mips16-* \
     
    320342        | mips64vr4300-* | mips64vr4300el-* \
    321343        | mips64vr5000-* | mips64vr5000el-* \
     344        | mips64vr5900-* | mips64vr5900el-* \
    322345        | mipsisa32-* | mipsisa32el-* \
    323346        | mipsisa32r2-* | mipsisa32r2el-* \
     
    327350        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
    328351        | mipstx39-* | mipstx39el-* \
     352        | mmix-* \
     353        | mt-* \
    329354        | msp430-* \
    330         | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
     355        | nios-* | nios2-* \
     356        | none-* | np1-* | ns16k-* | ns32k-* \
    331357        | orion-* \
    332358        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
     
    334360        | pyramid-* \
    335361        | romp-* | rs6000-* \
    336         | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
     362        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
    337363        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
    338         | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
    339         | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
     364        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
     365        | sparclite-* \
     366        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
    340367        | tahoe-* | thumb-* \
    341368        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
     
    343370        | v850-* | v850e-* | vax-* \
    344371        | we32k-* \
    345         | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
    346         | xtensa-* \
     372        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
     373        | xstormy16-* | xtensa-* \
    347374        | ymp-* \
    348375        | z8k-*)
     376                ;;
     377        m32c-*)
    349378                ;;
    350379        # Recognize the various machine names and aliases which stand
     
    446475                os=-unicos
    447476                ;;
     477        craynv)
     478                basic_machine=craynv-cray
     479                os=-unicosmp
     480                ;;
    448481        cr16c)
    449482                basic_machine=cr16c-unknown
     
    453486                basic_machine=m68k-crds
    454487                ;;
     488        crisv32 | crisv32-* | etraxfs*)
     489                basic_machine=crisv32-axis
     490                ;;
    455491        cris | cris-* | etrax*)
    456492                basic_machine=cris-axis
     
    481517                basic_machine=m88k-motorola
    482518                os=-sysv3
     519                ;;
     520        djgpp)
     521                basic_machine=i586-pc
     522                os=-msdosdjgpp
    483523                ;;
    484524        dpx20 | dpx20-*)
     
    660700                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
    661701                ;;
    662         mmix*)
    663                 basic_machine=mmix-knuth
    664                 os=-mmixware
    665                 ;;
    666702        monitor)
    667703                basic_machine=m68k-rom68k
     
    675711                basic_machine=i386-pc
    676712                os=-msdos
     713                ;;
     714        ms1-*)
     715                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
    677716                ;;
    678717        mvs)
     
    744783                basic_machine=np1-gould
    745784                ;;
    746         nv1)
    747                 basic_machine=nv1-cray
    748                 os=-unicosmp
    749                 ;;
    750785        nsr-tandem)
    751786                basic_machine=nsr-tandem
     
    755790                os=-proelf
    756791                ;;
    757         or32 | or32-*)
     792        openrisc | openrisc-*)
    758793                basic_machine=or32-unknown
    759                 os=-coff
    760794                ;;
    761795        os400)
     
    788822                basic_machine=ns32k-pc532
    789823                ;;
     824        pc98)
     825                basic_machine=i386-pc
     826                ;;
     827        pc98-*)
     828                basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
     829                ;;
    790830        pentium | p5 | k5 | k6 | nexgen | viac3)
    791831                basic_machine=i586-pc
     
    844884                os=-pw32
    845885                ;;
     886        rdos)
     887                basic_machine=i386-pc
     888                os=-rdos
     889                ;;
    846890        rom68k)
    847891                basic_machine=m68k-rom68k
     
    10291073                basic_machine=hppa1.1-winbond
    10301074                os=-proelf
     1075                ;;
     1076        xbox)
     1077                basic_machine=i686-pc
     1078                os=-mingw32
    10311079                ;;
    10321080        xps | xps100)
     
    10601108                basic_machine=romp-ibm
    10611109                ;;
     1110        mmix)
     1111                basic_machine=mmix-knuth
     1112                ;;
    10621113        rs6000)
    10631114                basic_machine=rs6000-ibm
     
    10761127                basic_machine=we32k-att
    10771128                ;;
    1078         sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
     1129        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
    10791130                basic_machine=sh-unknown
    10801131                ;;
    1081         sh64)
    1082                 basic_machine=sh64-unknown
    1083                 ;;
    1084         sparc | sparcv9 | sparcv9b)
     1132        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
    10851133                basic_machine=sparc-sun
    10861134                ;;
     
    11551203              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    11561204              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
    1157               | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
     1205              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
     1206              | -openbsd* | -solidbsd* \
    11581207              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
    11591208              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
     
    11621211              | -chorusos* | -chorusrdb* \
    11631212              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    1164               | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
     1213              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
     1214              | -uxpv* | -beos* | -mpeix* | -udk* \
    11651215              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
    11661216              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
     
    11681218              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
    11691219              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
    1170               | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
     1220              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
     1221              | -skyos* | -haiku* | -rdos*)
    11711222        # Remember, each alternative MUST END IN *, to match a version number.
    11721223                ;;
     
    11861237                ;;
    11871238        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
    1188               | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
     1239              | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
    11891240              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
    11901241                ;;
     
    12941345        -kaos*)
    12951346                os=-kaos
     1347                ;;
     1348        -zvmoe)
     1349                os=-zvmoe
    12961350                ;;
    12971351        -none)
     
    13721426                os=-beos
    13731427                ;;
     1428        *-haiku)
     1429                os=-haiku
     1430                ;;
    13741431        *-ibm)
    13751432                os=-aix
     1433                ;;
     1434        *-knuth)
     1435                os=-mmixware
    13761436                ;;
    13771437        *-wec)
     
    15401600
    15411601echo $basic_machine$os
    1542 exit 0
     1602exit
    15431603
    15441604# Local variables:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette