diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:24:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:24:23 +0300 |
commit | eeb3f87fbec2065a3df0fe09de02ac2279414f26 (patch) | |
tree | ed917a268a9279e00f5c89c41d75bab016d46021 /config.guess | |
parent | 4a4af3ea7690f380f29b99c59219421ef979e343 (diff) | |
parent | 120314daf8f9f2c6bb4a6d6a1900e726d63ef1de (diff) | |
download | egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.tar.gz egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.tar.bz2 egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
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" |