summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-06 17:42:22 +0000
committerJim Meyering <jim@meyering.net>2003-10-06 17:42:22 +0000
commit159100e71061b96b612d6a76130fef01729670f0 (patch)
treef8e8c3825bb9b08a7707babeb3a59dcb1c53ea7c /config/config.guess
parent8ae169aa8d415fbd171de02119545a626816c117 (diff)
downloadcoreutils-159100e71061b96b612d6a76130fef01729670f0.tar.xz
.
Diffstat (limited to 'config/config.guess')
-rw-r--r--config/config.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.guess b/config/config.guess
index 0e30d56e9..d56c46d84 100644
--- a/config/config.guess
+++ b/config/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-07-02'
+timestamp='2003-08-18'
# 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
@@ -734,7 +734,7 @@ EOF
echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit 0 ;;
*:UNICOS/mp:*:*)
- echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+ echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit 0 ;;
F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
@@ -948,6 +948,9 @@ EOF
LIBC=gnuaout
#endif
#endif
+ #ifdef __dietlibc__
+ LIBC=dietlibc
+ #endif
EOF
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0