diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-08-21 20:25:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-08-21 20:25:20 +0300 |
commit | 4ee83adb563e86ac2283d47117b8f6c456a67c94 (patch) | |
tree | 4c874d50bfdb4ddb04a7390d9dd68cf824bf7753 /config.guess | |
parent | 5ffa790f0596cd14e544533689e7d5e0714f9923 (diff) | |
download | egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.tar.gz egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.tar.bz2 egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.zip |
Update aux files from GNULIB.
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 41b8b854..97ad0733 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-06-10' +timestamp='2019-07-24' # 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 @@ -278,8 +278,8 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in echo "$UNAME_MACHINE"-unknown-redox exit ;; mips:OSF1:*.*) - echo mips-dec-osf1 - exit ;; + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) |