diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-16 21:35:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-16 21:35:14 +0300 |
commit | 02611bd78181f3b09166d9ceffe56a87cf6960a0 (patch) | |
tree | c8c0d77218793fa1ae239551c49d2927eb01009f /extension/build-aux/config.guess | |
parent | 63d8faa8b5d2bdeec73044c95f345b3992248c74 (diff) | |
parent | a5322c683fdda25238a2239641e6873a935dd643 (diff) | |
download | egawk-02611bd78181f3b09166d9ceffe56a87cf6960a0.tar.gz egawk-02611bd78181f3b09166d9ceffe56a87cf6960a0.tar.bz2 egawk-02611bd78181f3b09166d9ceffe56a87cf6960a0.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/build-aux/config.guess')
-rwxr-xr-x | extension/build-aux/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 07785f54..a7448442 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-2017 Free Software Foundation, Inc. -timestamp='2017-07-19' +timestamp='2017-08-08' # 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 @@ -259,6 +259,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; + *:Redox:*:*) + echo ${UNAME_MACHINE}-unknown-redox + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) |