diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-21 23:47:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-21 23:47:41 +0000 |
commit | 473be6adfc2baae0fe0fd50e3d07872af87a256e (patch) | |
tree | e8537fe6b60603a61832e4686571a427bb26abb1 /package/gnuconfig/config.guess | |
parent | 48eb656e15a20a71c5df3d9c75e6eb5a10c42fcd (diff) | |
download | buildroot-novena-473be6adfc2baae0fe0fd50e3d07872af87a256e.tar.gz buildroot-novena-473be6adfc2baae0fe0fd50e3d07872af87a256e.zip |
sync with cvs
Diffstat (limited to 'package/gnuconfig/config.guess')
-rwxr-xr-x | package/gnuconfig/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gnuconfig/config.guess b/package/gnuconfig/config.guess index c8446bab4..d023e5627 100755 --- a/package/gnuconfig/config.guess +++ b/package/gnuconfig/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-09-19' +timestamp='2005-11-11' # 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 @@ -796,7 +796,7 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) + x86:Interix*:[345]*) echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) |