Changeset 6628

Show
Ignore:
Timestamp:
10/13/07 06:55:51
Author:
jcorgan
Message:

Update to latest config.sub and config.guess.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/config.guess

    r6044 r6628  
    55#   Inc. 
    66 
    7 timestamp='2006-07-02' 
     7timestamp='2007-07-22' 
    88 
    99# This file is free software; you can redistribute it and/or modify it 
    1010# under the terms of the GNU General Public License as published by 
    11 # the Free Software Foundation; either version 3 of the License, or 
     11# the Free Software Foundation; either version 2 of the License, or 
    1212# (at your option) any later version. 
    1313# 
     
    162162            sh3el) machine=shl-unknown ;; 
    163163            sh3eb) machine=sh-unknown ;; 
     164            sh5el) machine=sh5le-unknown ;; 
    164165            *) machine=${UNAME_MACHINE_ARCH}-unknown ;; 
    165166        esac 
     
    330331        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    331332        exit ;; 
    332     i86pc:SunOS:5.*:*
     333    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*
    333334        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    334335        exit ;; 
     
    781782        echo ${UNAME_MACHINE}-pc-cygwin 
    782783        exit ;; 
    783     i*:MINGW*:*) 
     784    *:MINGW*:*) 
    784785        echo ${UNAME_MACHINE}-pc-mingw32 
    785786        exit ;; 
     
    791792        echo ${UNAME_MACHINE}-pc-pw32 
    792793        exit ;; 
    793     x86:Interix*:[3456]*) 
    794         echo i586-pc-interix${UNAME_RELEASE} 
    795         exit ;; 
    796     EM64T:Interix*:[3456]*) 
    797         echo x86_64-unknown-interix${UNAME_RELEASE} 
    798         exit ;; 
     794    *:Interix*:[3456]*) 
     795        case ${UNAME_MACHINE} in 
     796            x86) 
     797                echo i586-pc-interix${UNAME_RELEASE} 
     798                exit ;; 
     799            EM64T | authenticamd) 
     800                echo x86_64-unknown-interix${UNAME_RELEASE} 
     801                exit ;; 
     802        esac ;; 
    799803    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 
    800804        echo i${UNAME_MACHINE}-pc-mks 
     
    950954    x86_64:Linux:*:*) 
    951955        echo x86_64-unknown-linux-gnu 
     956        exit ;; 
     957    xtensa:Linux:*:*) 
     958        echo xtensa-unknown-linux-gnu 
    952959        exit ;; 
    953960    i*86:Linux:*:*) 
     
    12091216        echo sx6-nec-superux${UNAME_RELEASE} 
    12101217        exit ;; 
     1218    SX-7:SUPER-UX:*:*) 
     1219        echo sx7-nec-superux${UNAME_RELEASE} 
     1220        exit ;; 
     1221    SX-8:SUPER-UX:*:*) 
     1222        echo sx8-nec-superux${UNAME_RELEASE} 
     1223        exit ;; 
     1224    SX-8R:SUPER-UX:*:*) 
     1225        echo sx8r-nec-superux${UNAME_RELEASE} 
     1226        exit ;; 
    12111227    Power*:Rhapsody:*:*) 
    12121228        echo powerpc-apple-rhapsody${UNAME_RELEASE} 
  • gnuradio/trunk/config.sub

    r6044 r6628  
    55#   Inc. 
    66 
    7 timestamp='2006-09-20
     7timestamp='2007-06-28
    88 
    99# This file is (in principle) common to ALL GNU software. 
     
    1313# This file is free software; you can redistribute it and/or modify 
    1414# it under the terms of the GNU General Public License as published by 
    15 # the Free Software Foundation; either version 3 of the License, or 
     15# the Free Software Foundation; either version 2 of the License, or 
    1616# (at your option) any later version. 
    1717# 
     
    246246        | c4x | clipper \ 
    247247        | d10v | d30v | dlx | dsp16xx \ 
    248         | fr30 | frv \ 
     248        | fido | fr30 | frv \ 
    249249        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 
    250250        | i370 | i860 | i960 | ia64 \ 
    251251        | ip2k | iq2000 \ 
    252252        | m32c | m32r | m32rle | m68000 | m68k | m88k \ 
    253         | maxq | mb | microblaze | mcore
     253        | maxq | mb | microblaze | mcore | mep
    254254        | mips | mipsbe | mipseb | mipsel | mipsle \ 
    255255        | mips16 \ 
     
    325325        | d10v-* | d30v-* | dlx-* \ 
    326326        | elxsi-* \ 
    327         | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ 
     327        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 
    328328        | h8300-* | h8500-* \ 
    329329        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 
     
    476476                os=-unicosmp 
    477477                ;; 
    478         cr16c
    479                 basic_machine=cr16c-unknown 
     478        cr16
     479                basic_machine=cr16-unknown 
    480480                os=-elf 
    481481                ;; 
     
    683683                basic_machine=i386-pc 
    684684                os=-mingw32 
     685                ;; 
     686        mingw32ce) 
     687                basic_machine=arm-unknown 
     688                os=-mingw32ce 
    685689                ;; 
    686690        miniframe) 
     
    925929                basic_machine=sh-hitachi 
    926930                os=-hms 
     931                ;; 
     932        sh5el) 
     933                basic_machine=sh5le-unknown 
    927934                ;; 
    928935        sh64) 
     
    12201227              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 
    12211228              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 
    1222               | -skyos* | -haiku* | -rdos* | -toppers*
     1229              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*
    12231230        # Remember, each alternative MUST END IN *, to match a version number. 
    12241231                ;; 
     
    14151422                os=-aout 
    14161423                ;; 
     1424        mep-*) 
     1425                os=-elf 
     1426                ;; 
    14171427        mips*-cisco) 
    14181428                os=-elf