Changeset 4220 for trunk/config.sub
- Timestamp:
- 2008年04月04日 22時04分40秒 (5 months ago)
- Files:
-
- trunk/config.sub (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config.sub
r4196 r4220 1 1 #! /bin/sh 2 2 # Configuration validation subroutine script. 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,4 # 2002, 2003, 2004, 2005, 2006, 20075 # Free Software Foundation, Inc.6 7 timestamp='200 7-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 7 timestamp='2008-01-16' 8 8 9 9 # This file is (in principle) common to ALL GNU software. … … 73 73 GNU config.sub ($timestamp) 74 74 75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 200576 Free Software Foundation, Inc.75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 76 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 77 77 78 78 This is free software; see the source for copying conditions. There is NO … … 370 370 | we32k-* \ 371 371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 372 | xstormy16-* | xtensa -* \372 | xstormy16-* | xtensa*-* \ 373 373 | ymp-* \ 374 374 | z8k-*) 375 ;; 376 # Recognize the basic CPU types without company name, with glob match. 377 xtensa*) 378 basic_machine=$basic_machine-unknown 375 379 ;; 376 380 # Recognize the various machine names and aliases which stand … … 444 448 os=-dynix 445 449 ;; 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 ;; 446 458 c90) 447 459 basic_machine=c90-cray … … 476 488 os=-unicosmp 477 489 ;; 478 cr16 c)479 basic_machine=cr16 c-unknown490 cr16) 491 basic_machine=cr16-unknown 480 492 os=-elf 481 493 ;; … … 669 681 os=-sysv 670 682 ;; 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 ;; 671 691 m88k-omron*) 672 692 basic_machine=m88k-omron … … 683 703 basic_machine=i386-pc 684 704 os=-mingw32 705 ;; 706 mingw32ce) 707 basic_machine=arm-unknown 708 os=-mingw32ce 685 709 ;; 686 710 miniframe) … … 810 834 os=-osf 811 835 ;; 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 ;; 812 844 pbd) 813 845 basic_machine=sparc-tti … … 1017 1049 basic_machine=tic6x-unknown 1018 1050 os=-coff 1051 ;; 1052 tile*) 1053 basic_machine=tile-unknown 1054 os=-linux-gnu 1019 1055 ;; 1020 1056 tx39)
