summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-12 06:18:50 -0700
committerKarl Berry <karl@freefriends.org>2017-05-12 06:18:50 -0700
commit757a0f5afe8fb10870ad1a0d4a73a2e19a1a78e4 (patch)
treed678bdeeb586157305999779698de86c7796d5de /build-aux
parent19fb4184b097eee0f17f16bdd40d60e3e6d91d45 (diff)
downloadgnulib-757a0f5afe8fb10870ad1a0d4a73a2e19a1a78e4.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 3ef33381ea..faa63aa942 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1335,13 +1335,13 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
- NEO-?:NONSTOP_KERNEL:*:*)
+ NEO-*:NONSTOP_KERNEL:*:*)
echo neo-tandem-nsk${UNAME_RELEASE}
exit ;;
NSE-*:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
- NSR-?:NONSTOP_KERNEL:*:*)
+ NSR-*:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;;
NSX-*:NONSTOP_KERNEL:*:*)