summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-24 20:06:29 +0000
committerJim Meyering <jim@meyering.net>2006-02-24 20:06:29 +0000
commit256239cd3da92c6dcc3868ce86a6535b308afd5d (patch)
treee54b9d7e82adad1199160979eb5434cadc6b2158 /build-aux/config.guess
parentb16a67a7c9315c105e3d3033a6f8497cb0cdfdc2 (diff)
downloadcoreutils-256239cd3da92c6dcc3868ce86a6535b308afd5d.tar.xz
update from gnulib
Diffstat (limited to 'build-aux/config.guess')
-rw-r--r--build-aux/config.guess12
1 files changed, 9 insertions, 3 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index fb25fa407..c38553dc7 100644
--- a/build-aux/config.guess
+++ b/build-aux/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='2006-01-30'
+timestamp='2006-02-23'
# 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
@@ -780,6 +780,9 @@ EOF
i*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
+ i*:MSYS_NT-*:*:*)
+ echo ${UNAME_MACHINE}-pc-mingw32
+ exit ;;
i*:windows32*:*)
# uname -m includes "-pc" on this system.
echo ${UNAME_MACHINE}-mingw32
@@ -788,7 +791,10 @@ EOF
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
x86:Interix*:[345]*)
- echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
+ echo i586-pc-interix${UNAME_RELEASE}
+ exit ;;
+ EM64T:Interix*:[345]*)
+ echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
@@ -983,7 +989,7 @@ EOF
LIBC=gnulibc1
# endif
#else
- #if defined(__INTEL_COMPILER) || defined(__PGI)
+ #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
LIBC=gnu
#else
LIBC=gnuaout