comparison config.sub @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
2 # Configuration validation subroutine script. 2 # Configuration validation subroutine script.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 # Free Software Foundation, Inc. 5 # Free Software Foundation, Inc.
6 6
7 timestamp='2010-03-22' 7 timestamp='2010-05-21'
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 #
122 122
123 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 123 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
124 # Here we must recognize all the valid KERNEL-OS combinations. 124 # Here we must recognize all the valid KERNEL-OS combinations.
125 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 125 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
126 case $maybe_os in 126 case $maybe_os in
127 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 127 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
128 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 128 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
129 knetbsd*-gnu* | netbsd*-gnu* | \
129 kopensolaris*-gnu* | \ 130 kopensolaris*-gnu* | \
130 storm-chaos* | os2-emx* | rtmk-nova*) 131 storm-chaos* | os2-emx* | rtmk-nova*)
131 os=-$maybe_os 132 os=-$maybe_os
132 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 133 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
133 ;; 134 ;;
1305 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 1306 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1306 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1307 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1307 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1308 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1308 | -chorusos* | -chorusrdb* | -cegcc* \ 1309 | -chorusos* | -chorusrdb* | -cegcc* \
1309 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1310 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1310 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 1311 | -mingw32* | -linux-gnu* | -linux-android* \
1312 | -linux-newlib* | -linux-uclibc* \
1311 | -uxpv* | -beos* | -mpeix* | -udk* \ 1313 | -uxpv* | -beos* | -mpeix* | -udk* \
1312 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 1314 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1313 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 1315 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1314 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ 1316 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1315 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 1317 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \