diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-20 16:51:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-20 16:51:59 +0000 |
commit | 72ed3675d8f44cb59e9c801bb3e9fd8722569b69 (patch) | |
tree | 2f24fcd7b797066daea1ea5577766621d5a46a24 /package/gnuconfig/config.guess | |
parent | f1c7af30386565d1c332d78f8c27130e5e59eac6 (diff) |
- pull POSIX compliance fixes from upstream
Diffstat (limited to 'package/gnuconfig/config.guess')
-rwxr-xr-x | package/gnuconfig/config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gnuconfig/config.guess b/package/gnuconfig/config.guess index 5c4f04d81..ebf353e3d 100755 --- a/package/gnuconfig/config.guess +++ b/package/gnuconfig/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2007-05-17' +timestamp='2007-07-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 @@ -347,7 +347,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*) + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) @@ -810,7 +810,7 @@ EOF exit ;; *:Interix*:[3456]*) case ${UNAME_MACHINE} in - x86) + x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; EM64T | authenticamd) |