diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-03-01 12:33:54 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-03-01 14:01:30 +0100 |
commit | 0ce917b89382010fe52d4439c441630f660d299e (patch) | |
tree | d723b4f8d7730e85fb1a1d25fa4982f67342872c /config.sub | |
parent | de7dbfad31a1d5e029a21f711342df8d201a5513 (diff) |
Update config.{sub,guess}, timestamp='2015-02-2[23]'
Diffstat (limited to 'config.sub')
-rw-r--r-- | config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-01-01' +timestamp='2015-02-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -117,7 +117,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os |