Changeset 0b61e27 in rtems


Ignore:
Timestamp:
04/26/12 13:38:06 (12 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
bb43b51e
Parents:
ed67d93
Message:

Update config.guess and config.sub

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • config.guess

    red67d93 r0b61e27  
    55#   2011, 2012 Free Software Foundation, Inc.
    66
    7 timestamp='2012-01-01'
     7timestamp='2012-02-10'
    88
    99# This file is free software; you can redistribute it and/or modify it
     
    1818#
    1919# You should have received a copy of the GNU General Public License
    20 # along with this program; if not, write to the Free Software
    21 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    22 # 02110-1301, USA.
     20# along with this program; if not, see <http://www.gnu.org/licenses/>.
    2321#
    2422# As a special exception to the GNU General Public License, if you
     
    864862        echo ${UNAME_MACHINE}-pc-minix
    865863        exit ;;
     864    aarch64:Linux:*:*)
     865        echo ${UNAME_MACHINE}-unknown-linux-gnu
     866        exit ;;
     867    aarch64_be:Linux:*:*)
     868        UNAME_MACHINE=aarch64_be
     869        echo ${UNAME_MACHINE}-unknown-linux-gnu
     870        exit ;;
    866871    alpha:Linux:*:*)
    867872        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
     
    13211326        echo ${UNAME_MACHINE}-pc-aros
    13221327        exit ;;
     1328    x86_64:VMkernel:*:*)
     1329        echo ${UNAME_MACHINE}-unknown-esx
     1330        exit ;;
    13231331esac
    13241332
  • config.sub

    red67d93 r0b61e27  
    55#   2011, 2012 Free Software Foundation, Inc.
    66
    7 timestamp='2012-01-01'
     7timestamp='2012-02-10'
    88
    99# This file is (in principle) common to ALL GNU software.
     
    2222#
    2323# You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    26 # 02110-1301, USA.
     24# along with this program; if not, see <http://www.gnu.org/licenses/>.
    2725#
    2826# As a special exception to the GNU General Public License, if you
     
    133131    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
    134132    ;;
     133  android-linux)
     134    os=-linux-android
     135    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
     136    ;;
    135137  *)
    136138    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
     
    248250        1750a | 580 \
    249251        | a29k \
     252        | aarch64 | aarch64_be \
    250253        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
    251254        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
     
    320323                basic_machine=tic6x-unknown
    321324                ;;
    322         m6811 | m68hc11 | m6812 | m68hc12 | picochip)
     325        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
    323326                basic_machine=$basic_machine-unknown
    324327                os=-none
     
    333336                basic_machine=arm-unknown
    334337                ;;
    335 
     338        xgate)
     339                basic_machine=$basic_machine-unknown
     340                os=-none
     341                ;;
    336342        xscaleeb)
    337343                basic_machine=armeb-unknown
     
    356362        580-* \
    357363        | a29k-* \
     364        | aarch64-* | aarch64_be-* \
    358365        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
    359366        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
Note: See TracChangeset for help on using the changeset viewer.