summaryrefslogtreecommitdiff
path: root/extension/build-aux/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-06-27 21:23:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-06-27 21:23:57 +0300
commit120314daf8f9f2c6bb4a6d6a1900e726d63ef1de (patch)
tree3cc8efae04ad21fa422a3464aa35dec8af4c6089 /extension/build-aux/config.guess
parentff9f07bfc8523322873ec75b650b9010092e6d56 (diff)
downloadgawk-120314daf8f9f2c6bb4a6d6a1900e726d63ef1de.tar.gz
Update config.guess and config.sub.
Diffstat (limited to 'extension/build-aux/config.guess')
-rwxr-xr-xextension/build-aux/config.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess
index 883a6713..445c4068 100755
--- a/extension/build-aux/config.guess
+++ b/extension/build-aux/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-05-19'
+timestamp='2018-06-26'
# 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
@@ -894,8 +894,8 @@ EOF
# other systems with GNU libc and userland
echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
exit ;;
- i*86:Minix:*:*)
- echo "$UNAME_MACHINE"-pc-minix
+ *:Minix:*:*)
+ echo "$UNAME_MACHINE"-unknown-minix
exit ;;
aarch64:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"