summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-23 12:07:50 +0000
committerJim Meyering <jim@meyering.net>2003-02-23 12:07:50 +0000
commitf86c2b4f1683571ef8d3fa4abcff4bda6d03396a (patch)
tree4b9dcd797e624e01f0356ac6226ce9c8a5ed1339 /config/config.guess
parent4c370827c88c72a1e3586e34635eb5f05b83e1a6 (diff)
downloadcoreutils-f86c2b4f1683571ef8d3fa4abcff4bda6d03396a.tar.xz
.
Diffstat (limited to 'config/config.guess')
-rw-r--r--config/config.guess5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/config.guess b/config/config.guess
index 4fc21ecc3..cc726cd15 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-01-30'
+timestamp='2003-02-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
@@ -235,9 +235,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:OpenBSD:*:*)
echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
- *:MicroBSD:*:*)
- echo ${UNAME_MACHINE}-unknown-microbsd${UNAME_RELEASE}
- exit 0 ;;
alpha:OSF1:*:*)
if test $UNAME_RELEASE = "V4.0"; then
UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`