Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5739 in orxonox.OLD for branches/world_entities/config.sub


Ignore:
Timestamp:
Nov 23, 2005, 3:33:40 PM (18 years ago)
Author:
manuel
Message:

groundturret loads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/config.sub

    r5479 r5739  
    44#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    55
    6 timestamp='2005-06-02'
     6timestamp='2005-02-10'
    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., 51 Franklin Street - Fifth Floor, Boston, MA
    25 # 02110-1301, USA.
    26 #
     24# Foundation, Inc., 59 Temple Place - Suite 330,
     25# Boston, MA 02111-1307, 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 
    3231
    3332# Please send patches to <config-patches@gnu.org>.  Submit a context
     
    8584  case $1 in
    8685    --time-stamp | --time* | -t )
    87        echo "$timestamp" ; exit ;;
     86       echo "$timestamp" ; exit 0 ;;
    8887    --version | -v )
    89        echo "$version" ; exit ;;
     88       echo "$version" ; exit 0 ;;
    9089    --help | --h* | -h )
    91        echo "$usage"; exit ;;
     90       echo "$usage"; exit 0 ;;
    9291    -- )     # Stop option processing
    9392       shift; break ;;
     
    101100       # First pass through any local machine types.
    102101       echo $1
    103        exit ;;
     102       exit 0;;
    104103
    105104    * )
     
    233232        | am33_2.0 \
    234233        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
    235         | bfin \
    236234        | c4x | clipper \
    237         | d10v | d30v | dlx | dsp16xx | dvp \
     235        | d10v | d30v | dlx | dsp16xx \
    238236        | fr30 | frv \
    239237        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
     
    249247        | mips64vr4300 | mips64vr4300el \
    250248        | mips64vr5000 | mips64vr5000el \
    251         | mips64r5900 | mips64r5900el \
    252249        | mipsisa32 | mipsisa32el \
    253250        | mipsisa32r2 | mipsisa32r2el \
     
    258255        | mipstx39 | mipstx39el \
    259256        | mn10200 | mn10300 \
    260         | ms1 \
    261257        | msp430 \
    262258        | ns16k | ns32k \
     
    267263        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
    268264        | sh64 | sh64le \
    269         | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
    270         | sparcv8 | sparcv9 | sparcv9b \
     265        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
    271266        | strongarm \
    272267        | tahoe | thumb | tic4x | tic80 | tron \
     
    275270        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
    276271        | z8k)
    277                 basic_machine=$basic_machine-unknown
    278                 ;;
    279         m32c)
    280272                basic_machine=$basic_machine-unknown
    281273                ;;
     
    307299        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
    308300        | avr-* \
    309         | bfin-* | bs2000-* \
     301        | bs2000-* \
    310302        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
    311303        | clipper-* | craynv-* | cydra-* \
     
    328320        | mips64vr4300-* | mips64vr4300el-* \
    329321        | mips64vr5000-* | mips64vr5000el-* \
    330         | mips64r5900-* | mips64r5900el-* \
    331322        | mipsisa32-* | mipsisa32el-* \
    332323        | mipsisa32r2-* | mipsisa32r2el-* \
     
    337328        | mipstx39-* | mipstx39el-* \
    338329        | mmix-* \
    339         | ms1-* \
    340330        | msp430-* \
    341331        | none-* | np1-* | ns16k-* | ns32k-* \
     
    347337        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
    348338        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
    349         | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
    350         | sparclite-* \
     339        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
    351340        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
    352341        | tahoe-* | thumb-* \
     
    360349        | z8k-*)
    361350                ;;
    362         m32c-*)
    363                 ;;
    364351        # Recognize the various machine names and aliases which stand
    365352        # for a CPU type and a company and sometimes even an OS.
     
    678665                basic_machine=m68k-atari
    679666                os=-mint
    680                 ;;
    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
    698667                ;;
    699668        mips3*-*)
     
    12101179              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
    12111180              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
    1212               | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -skyos* \
    1213               | -irx* )
     1181              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
    12141182        # Remember, each alternative MUST END IN *, to match a version number.
    12151183                ;;
     
    15891557
    15901558echo $basic_machine$os
    1591 exit
     1559exit 0
    15921560
    15931561# Local variables:
Note: See TracChangeset for help on using the changeset viewer.