aboutsummaryrefslogtreecommitdiffstats
path: root/extension/build-aux/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:35:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:35:14 +0300
commit02611bd78181f3b09166d9ceffe56a87cf6960a0 (patch)
treec8c0d77218793fa1ae239551c49d2927eb01009f /extension/build-aux/config.guess
parent63d8faa8b5d2bdeec73044c95f345b3992248c74 (diff)
parenta5322c683fdda25238a2239641e6873a935dd643 (diff)
downloadegawk-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-xextension/build-aux/config.guess5
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)