diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-09-25 23:23:53 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-09-25 23:23:53 +0200 |
commit | 4cda47b3dc64fe9736965a28ef615625703f86eb (patch) | |
tree | c54014dcbe4b302035616836b002ca280650a6d2 /scripts/config.sub | |
parent | 4828ca9541054fe09a1495fa965f5c0ccf5a1dd2 (diff) | |
download | crosstool-ng-4cda47b3dc64fe9736965a28ef615625703f86eb.tar.gz crosstool-ng-4cda47b3dc64fe9736965a28ef615625703f86eb.tar.bz2 crosstool-ng-4cda47b3dc64fe9736965a28ef615625703f86eb.zip |
scripts: update config.{guess,sub}
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index b15df575..bdda9e4a 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-31' +timestamp='2012-08-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -123,7 +123,7 @@ esac maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) @@ -1364,7 +1364,7 @@ case $os in | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |