summaryrefslogtreecommitdiff
path: root/lib/config.guess
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-09-01 22:05:16 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-09-01 22:05:16 +0000
commit26921d67fe8cd594f8dbf708fe06beeb044e5b01 (patch)
tree35569e5928f722460ff79f02be58e56400da5deb /lib/config.guess
parentf7613f1314cef75e3f7f759d8d140cb75bce021c (diff)
downloadautomake-26921d67fe8cd594f8dbf708fe06beeb044e5b01.tar.gz
* lib/config.sub, lib/config.guess, lib/texinfo.tex,
lib/config-ml.in, lib/symlink-tree: New upstream versions.
Diffstat (limited to 'lib/config.guess')
-rwxr-xr-xlib/config.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/config.guess b/lib/config.guess
index 0e30d56e9..d56c46d84 100755
--- a/lib/config.guess
+++ b/lib/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