comparison config.sub @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents ec8ebd395432
children bebcd628da3f
comparison
equal deleted inserted replaced
91366:86f3a8f0a3a6 91367:c70e45a7acfd
1 #! /bin/sh 1 #! /bin/sh
2 # Configuration validation subroutine script. 2 # Configuration validation subroutine script.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 # 2002, 2003, 2004, 2005, 2006, 2007 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 # Free Software Foundation, Inc. 5 # Free Software Foundation, Inc.
6 6
7 timestamp='2007-02-26' 7 timestamp='2008-01-16'
8 8
9 # This file is (in principle) common to ALL GNU software. 9 # This file is (in principle) common to ALL GNU software.
10 # The presence of a machine in this file suggests that SOME GNU software 10 # The presence of a machine in this file suggests that SOME GNU software
11 # can handle that machine. It does not imply ALL GNU software can. 11 # can handle that machine. It does not imply ALL GNU software can.
12 # 12 #
70 Report bugs and patches to <config-patches@gnu.org>." 70 Report bugs and patches to <config-patches@gnu.org>."
71 71
72 version="\ 72 version="\
73 GNU config.sub ($timestamp) 73 GNU config.sub ($timestamp)
74 74
75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
76 Free Software Foundation, Inc. 76 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
77 77
78 This is free software; see the source for copying conditions. There is NO 78 This is free software; see the source for copying conditions. There is NO
79 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 79 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
80 80
81 help=" 81 help="
367 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 367 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
368 | tron-* \ 368 | tron-* \
369 | v850-* | v850e-* | vax-* \ 369 | v850-* | v850e-* | vax-* \
370 | we32k-* \ 370 | we32k-* \
371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372 | xstormy16-* | xtensa-* \ 372 | xstormy16-* | xtensa*-* \
373 | ymp-* \ 373 | ymp-* \
374 | z8k-*) 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 # Recognize the various machine names and aliases which stand 380 # Recognize the various machine names and aliases which stand
377 # for a CPU type and a company and sometimes even an OS. 381 # for a CPU type and a company and sometimes even an OS.
378 386bsd) 382 386bsd)
379 basic_machine=i386-unknown 383 basic_machine=i386-unknown
441 ;; 445 ;;
442 balance) 446 balance)
443 basic_machine=ns32k-sequent 447 basic_machine=ns32k-sequent
444 os=-dynix 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 c90) 458 c90)
447 basic_machine=c90-cray 459 basic_machine=c90-cray
448 os=-unicos 460 os=-unicos
449 ;; 461 ;;
450 convex-c1) 462 convex-c1)
473 ;; 485 ;;
474 craynv) 486 craynv)
475 basic_machine=craynv-cray 487 basic_machine=craynv-cray
476 os=-unicosmp 488 os=-unicosmp
477 ;; 489 ;;
478 cr16c) 490 cr16)
479 basic_machine=cr16c-unknown 491 basic_machine=cr16-unknown
480 os=-elf 492 os=-elf
481 ;; 493 ;;
482 crds | unos) 494 crds | unos)
483 basic_machine=m68k-crds 495 basic_machine=m68k-crds
484 ;; 496 ;;
666 ;; 678 ;;
667 isi68 | isi) 679 isi68 | isi)
668 basic_machine=m68k-isi 680 basic_machine=m68k-isi
669 os=-sysv 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 m88k-omron*) 691 m88k-omron*)
672 basic_machine=m88k-omron 692 basic_machine=m88k-omron
673 ;; 693 ;;
674 magnum | m3230) 694 magnum | m3230)
675 basic_machine=mips-mips 695 basic_machine=mips-mips
680 os=-sysv 700 os=-sysv
681 ;; 701 ;;
682 mingw32) 702 mingw32)
683 basic_machine=i386-pc 703 basic_machine=i386-pc
684 os=-mingw32 704 os=-mingw32
705 ;;
706 mingw32ce)
707 basic_machine=arm-unknown
708 os=-mingw32ce
685 ;; 709 ;;
686 miniframe) 710 miniframe)
687 basic_machine=m68000-convergent 711 basic_machine=m68000-convergent
688 ;; 712 ;;
689 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) 713 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
807 ;; 831 ;;
808 paragon) 832 paragon)
809 basic_machine=i860-intel 833 basic_machine=i860-intel
810 os=-osf 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 pbd) 844 pbd)
813 basic_machine=sparc-tti 845 basic_machine=sparc-tti
814 ;; 846 ;;
815 pbb) 847 pbb)
816 basic_machine=m68k-tti 848 basic_machine=m68k-tti
1014 os=-coff 1046 os=-coff
1015 ;; 1047 ;;
1016 tic6x | c6x*) 1048 tic6x | c6x*)
1017 basic_machine=tic6x-unknown 1049 basic_machine=tic6x-unknown
1018 os=-coff 1050 os=-coff
1051 ;;
1052 tile*)
1053 basic_machine=tile-unknown
1054 os=-linux-gnu
1019 ;; 1055 ;;
1020 tx39) 1056 tx39)
1021 basic_machine=mipstx39-unknown 1057 basic_machine=mipstx39-unknown
1022 ;; 1058 ;;
1023 tx39el) 1059 tx39el)