Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5479 in orxonox.OLD for trunk/config.sub


Ignore:
Timestamp:
Nov 3, 2005, 8:50:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: updated to new autoconf, moved resourcemanager to util/loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config.sub

    r5413 r5479  
    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-03-12'
     4#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
     5
     6timestamp='2005-06-02'
    77
    88# This file is (in principle) common to ALL GNU software.
     
    2222# You should have received a copy of the GNU General Public License
    2323# 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 
     24# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
     25# 02110-1301, USA.
     26#
    2727# As a special exception to the GNU General Public License, if you
    2828# distribute this file as part of a program that contains a
    2929# configuration script generated by Autoconf, you may include it under
    3030# the same distribution terms that you use for the rest of that program.
     31
    3132
    3233# Please send patches to <config-patches@gnu.org>.  Submit a context
     
    7172GNU config.sub ($timestamp)
    7273
    73 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
     74Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    7475Free Software Foundation, Inc.
    7576
     
    8485  case $1 in
    8586    --time-stamp | --time* | -t )
    86        echo "$timestamp" ; exit 0 ;;
     87       echo "$timestamp" ; exit ;;
    8788    --version | -v )
    88        echo "$version" ; exit 0 ;;
     89       echo "$version" ; exit ;;
    8990    --help | --h* | -h )
    90        echo "$usage"; exit 0 ;;
     91       echo "$usage"; exit ;;
    9192    -- )     # Stop option processing
    9293       shift; break ;;
     
    100101       # First pass through any local machine types.
    101102       echo $1
    102        exit 0;;
     103       exit ;;
    103104
    104105    * )
     
    146147        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
    147148        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
    148         -apple | -axis)
     149        -apple | -axis | -knuth | -cray)
    149150                os=
    150151                basic_machine=$1
     
    232233        | am33_2.0 \
    233234        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
     235        | bfin \
    234236        | c4x | clipper \
    235         | d10v | d30v | dlx | dsp16xx \
     237        | d10v | d30v | dlx | dsp16xx | dvp \
    236238        | fr30 | frv \
    237239        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
    238240        | i370 | i860 | i960 | ia64 \
    239241        | ip2k | iq2000 \
    240         | m32r | m32rle | m68000 | m68k | m88k | mcore \
     242        | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
    241243        | mips | mipsbe | mipseb | mipsel | mipsle \
    242244        | mips16 \
     
    247249        | mips64vr4300 | mips64vr4300el \
    248250        | mips64vr5000 | mips64vr5000el \
     251        | mips64r5900 | mips64r5900el \
    249252        | mipsisa32 | mipsisa32el \
    250253        | mipsisa32r2 | mipsisa32r2el \
     
    255258        | mipstx39 | mipstx39el \
    256259        | mn10200 | mn10300 \
     260        | ms1 \
    257261        | msp430 \
    258262        | ns16k | ns32k \
     
    263267        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
    264268        | sh64 | sh64le \
    265         | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
     269        | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
     270        | sparcv8 | sparcv9 | sparcv9b \
    266271        | strongarm \
    267272        | tahoe | thumb | tic4x | tic80 | tron \
    268273        | v850 | v850e \
    269274        | we32k \
    270         | x86 | xscale | xstormy16 | xtensa \
     275        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
    271276        | z8k)
     277                basic_machine=$basic_machine-unknown
     278                ;;
     279        m32c)
    272280                basic_machine=$basic_machine-unknown
    273281                ;;
     
    299307        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
    300308        | avr-* \
    301         | bs2000-* \
     309        | bfin-* | bs2000-* \
    302310        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
    303         | clipper-* | cydra-* \
     311        | clipper-* | craynv-* | cydra-* \
    304312        | d10v-* | d30v-* | dlx-* \
    305313        | elxsi-* \
     
    311319        | m32r-* | m32rle-* \
    312320        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
    313         | m88110-* | m88k-* | mcore-* \
     321        | m88110-* | m88k-* | maxq-* | mcore-* \
    314322        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
    315323        | mips16-* \
     
    320328        | mips64vr4300-* | mips64vr4300el-* \
    321329        | mips64vr5000-* | mips64vr5000el-* \
     330        | mips64r5900-* | mips64r5900el-* \
    322331        | mipsisa32-* | mipsisa32el-* \
    323332        | mipsisa32r2-* | mipsisa32r2el-* \
     
    327336        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
    328337        | mipstx39-* | mipstx39el-* \
     338        | mmix-* \
     339        | ms1-* \
    329340        | msp430-* \
    330         | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
     341        | none-* | np1-* | ns16k-* | ns32k-* \
    331342        | orion-* \
    332343        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
     
    336347        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
    337348        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
    338         | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
     349        | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
     350        | sparclite-* \
    339351        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
    340352        | tahoe-* | thumb-* \
     
    343355        | v850-* | v850e-* | vax-* \
    344356        | we32k-* \
    345         | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
    346         | xtensa-* \
     357        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
     358        | xstormy16-* | xtensa-* \
    347359        | ymp-* \
    348360        | z8k-*)
     361                ;;
     362        m32c-*)
    349363                ;;
    350364        # Recognize the various machine names and aliases which stand
     
    446460                os=-unicos
    447461                ;;
     462        craynv)
     463                basic_machine=craynv-cray
     464                os=-unicosmp
     465                ;;
    448466        cr16c)
    449467                basic_machine=cr16c-unknown
     
    453471                basic_machine=m68k-crds
    454472                ;;
     473        crisv32 | crisv32-* | etraxfs*)
     474                basic_machine=crisv32-axis
     475                ;;
    455476        cris | cris-* | etrax*)
    456477                basic_machine=cris-axis
     
    481502                basic_machine=m88k-motorola
    482503                os=-sysv3
     504                ;;
     505        djgpp)
     506                basic_machine=i586-pc
     507                os=-msdosdjgpp
    483508                ;;
    484509        dpx20 | dpx20-*)
     
    654679                os=-mint
    655680                ;;
     681        mipsEE* | ee | ps2)
     682                basic_machine=mips64r5900el-scei
     683                case $os in
     684                    -linux*)
     685                        ;;
     686                    *)
     687                        os=-elf
     688                        ;;
     689                esac
     690                ;;
     691        iop)
     692                basic_machine=mipsel-scei
     693                os=-irx
     694                ;;
     695        dvp)
     696                basic_machine=dvp-scei
     697                os=-elf
     698                ;;
    656699        mips3*-*)
    657700                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
     
    659702        mips3*)
    660703                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
    661                 ;;
    662         mmix*)
    663                 basic_machine=mmix-knuth
    664                 os=-mmixware
    665704                ;;
    666705        monitor)
     
    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
     
    10291064                basic_machine=hppa1.1-winbond
    10301065                os=-proelf
     1066                ;;
     1067        xbox)
     1068                basic_machine=i686-pc
     1069                os=-mingw32
    10311070                ;;
    10321071        xps | xps100)
     
    10591098        romp)
    10601099                basic_machine=romp-ibm
     1100                ;;
     1101        mmix)
     1102                basic_machine=mmix-knuth
    10611103                ;;
    10621104        rs6000)
     
    11681210              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
    11691211              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
    1170               | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
     1212              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -skyos* \
     1213              | -irx* )
    11711214        # Remember, each alternative MUST END IN *, to match a version number.
    11721215                ;;
     
    12951338                os=-kaos
    12961339                ;;
     1340        -zvmoe)
     1341                os=-zvmoe
     1342                ;;
    12971343        -none)
    12981344                ;;
     
    13741420        *-ibm)
    13751421                os=-aix
     1422                ;;
     1423        *-knuth)
     1424                os=-mmixware
    13761425                ;;
    13771426        *-wec)
     
    15401589
    15411590echo $basic_machine$os
    1542 exit 0
     1591exit
    15431592
    15441593# Local variables:
Note: See TracChangeset for help on using the changeset viewer.