summaryrefslogtreecommitdiff
path: root/extension/build-aux/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-08-17 13:35:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-08-17 13:35:40 +0300
commit21df49a92356710bfa6551939041438af55d8c84 (patch)
tree6ff301dd2a987caf500d6cbb33d5edd982a338da /extension/build-aux/config.guess
parent07fb393999d623541bf2e54aeeb0d9c0311baace (diff)
downloadgawk-21df49a92356710bfa6551939041438af55d8c84.tar.gz
Update infrastructure.
Diffstat (limited to 'extension/build-aux/config.guess')
-rwxr-xr-xextension/build-aux/config.guess8
1 files changed, 6 insertions, 2 deletions
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess
index d622a44e..aa04f04b 100755
--- a/extension/build-aux/config.guess
+++ b/extension/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-02-10'
+timestamp='2012-06-17'
# 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
@@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
echo "${machine}-${os}${release}"
exit ;;
+ *:Bitrig:*:*)
+ UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
+ echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
+ exit ;;
*:OpenBSD:*:*)
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
@@ -1256,7 +1260,7 @@ EOF
NEO-?:NONSTOP_KERNEL:*:*)
echo neo-tandem-nsk${UNAME_RELEASE}
exit ;;
- NSE-?:NONSTOP_KERNEL:*:*)
+ NSE-*:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
NSR-?:NONSTOP_KERNEL:*:*)