diff options
author | Patrick McCarty <pnorcks@gmail.com> | 2010-07-08 15:26:35 -0700 |
---|---|---|
committer | Patrick McCarty <pnorcks@gmail.com> | 2010-07-08 15:26:35 -0700 |
commit | c2a49849feed011ec36d5884bd7543de8e5fe241 (patch) | |
tree | bc5fd5a9e538ea2529b0d29fdf44d7d3564719b9 /stepmake | |
parent | 8070ef6b831ac4da4bd4881cded96b1af2ccadfc (diff) |
Build: Update to latest config.sub version.
Diffstat (limited to 'stepmake')
-rwxr-xr-x | stepmake/bin/config.sub | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/stepmake/bin/config.sub b/stepmake/bin/config.sub index ae35431611..204218c073 100755 --- a/stepmake/bin/config.sub +++ b/stepmake/bin/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2010-03-22' +timestamp='2010-05-21' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -124,8 +124,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os @@ -1307,7 +1308,8 @@ case $os in | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |