Changeset 4220 for trunk/config.sub

Show
Ignore:
Timestamp:
2008年04月04日 22時04分40秒 (5 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config.sub

    r4196 r4220  
    11#! /bin/sh 
    22# Configuration validation subroutine script. 
    3 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
    4 #                 2002, 2003, 2004, 2005, 2006, 2007 
    5 #                 Free Software Foundation, Inc. 
    6  
    7 timestamp='2007-02-26' 
     3#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
     5#   Free Software Foundation, Inc. 
     6 
     7timestamp='2008-01-16' 
    88 
    99# This file is (in principle) common to ALL GNU software. 
     
    7373GNU config.sub ($timestamp) 
    7474 
    75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
    76 Free Software Foundation, Inc. 
     75Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
     762002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    7777 
    7878This is free software; see the source for copying conditions.  There is NO 
     
    370370        | we32k-* \ 
    371371        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 
    372         | xstormy16-* | xtensa-* \ 
     372        | xstormy16-* | xtensa*-* \ 
    373373        | ymp-* \ 
    374374        | z8k-*) 
     375                ;; 
     376        # Recognize the basic CPU types without company name, with glob match. 
     377        xtensa*) 
     378                basic_machine=$basic_machine-unknown 
    375379                ;; 
    376380        # Recognize the various machine names and aliases which stand 
     
    444448                os=-dynix 
    445449                ;; 
     450        blackfin) 
     451                basic_machine=bfin-unknown 
     452                os=-linux 
     453                ;; 
     454        blackfin-*) 
     455                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` 
     456                os=-linux 
     457                ;; 
    446458        c90) 
    447459                basic_machine=c90-cray 
     
    476488                os=-unicosmp 
    477489                ;; 
    478         cr16c
    479                 basic_machine=cr16c-unknown 
     490        cr16
     491                basic_machine=cr16-unknown 
    480492                os=-elf 
    481493                ;; 
     
    669681                os=-sysv 
    670682                ;; 
     683        m68knommu) 
     684                basic_machine=m68k-unknown 
     685                os=-linux 
     686                ;; 
     687        m68knommu-*) 
     688                basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` 
     689                os=-linux 
     690                ;; 
    671691        m88k-omron*) 
    672692                basic_machine=m88k-omron 
     
    683703                basic_machine=i386-pc 
    684704                os=-mingw32 
     705                ;; 
     706        mingw32ce) 
     707                basic_machine=arm-unknown 
     708                os=-mingw32ce 
    685709                ;; 
    686710        miniframe) 
     
    810834                os=-osf 
    811835                ;; 
     836        parisc) 
     837                basic_machine=hppa-unknown 
     838                os=-linux 
     839                ;; 
     840        parisc-*) 
     841                basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` 
     842                os=-linux 
     843                ;; 
    812844        pbd) 
    813845                basic_machine=sparc-tti 
     
    10171049                basic_machine=tic6x-unknown 
    10181050                os=-coff 
     1051                ;; 
     1052        tile*) 
     1053                basic_machine=tile-unknown 
     1054                os=-linux-gnu 
    10191055                ;; 
    10201056        tx39)