[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add Redox to config.guess
From: |
Ian Douglas Scott |
Subject: |
[PATCH] Add Redox to config.guess |
Date: |
Mon, 7 Aug 2017 18:02:44 -0700 |
---
config.guess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config.guess b/config.guess
index 07785f5..bf62915 100755
--- a/config.guess
+++ b/config.guess
@@ -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)
--
2.13.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Add Redox to config.guess,
Ian Douglas Scott <=