diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-30 19:52:06 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-30 19:52:06 +0100 |
commit | 85da99fb23c7591ca0b243615e942cbde330a92f (patch) | |
tree | e83cd498c187da0dc96dfb77d51f4e88fce2cf20 /scripts/config.sub | |
parent | 01240b9fbf60510a098975fd8d74b908ec2cde45 (diff) | |
download | crosstool-ng-85da99fb23c7591ca0b243615e942cbde330a92f.tar.gz crosstool-ng-85da99fb23c7591ca0b243615e942cbde330a92f.tar.bz2 crosstool-ng-85da99fb23c7591ca0b243615e942cbde330a92f.zip |
scripts: update config.{sub,guess}
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 0a55da1b..5ecc18b6 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-09-25' +timestamp='2009-10-07' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1297,7 +1297,7 @@ case $os in | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) |