aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-06-27 21:24:52 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-06-27 21:24:52 +0300
commitd5d9470814e516fd04dd5a0122e8e4e702c767d9 (patch)
treede210161dc15828a4adb9a85e4ebcc1f95921796 /config.guess
parent163c05980eaa4736ae800d3cb1ebcb84bf54ec9f (diff)
parenteeb3f87fbec2065a3df0fe09de02ac2279414f26 (diff)
downloadegawk-d5d9470814e516fd04dd5a0122e8e4e702c767d9.tar.gz
egawk-d5d9470814e516fd04dd5a0122e8e4e702c767d9.tar.bz2
egawk-d5d9470814e516fd04dd5a0122e8e4e702c767d9.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.guess b/config.guess
index 883a6713..445c4068 100755
--- a/config.guess
+++ b/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"