summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-26 08:26:25 -0700
committerKarl Berry <karl@freefriends.org>2018-06-26 08:26:25 -0700
commit16aa5a2efe82e01a147b4022258fa9a272f67625 (patch)
treebf4c70b5fa4c7a035b878c09d19f3b8708548903 /build-aux/config.guess
parent426320901d46b1f3b63ba1ec8e9e60cb0e28cb77 (diff)
downloadgnulib-16aa5a2efe82e01a147b4022258fa9a272f67625.tar.gz
build-aux/config.sub
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 883a6713bf..445c406836 100755
--- a/build-aux/config.guess
+++ b/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"