From 6775b9c4de4050cd65a89835d8f337c00ede5e54 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 4 Oct 2019 14:47:14 +0300 Subject: Update aux files. --- extension/build-aux/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extension/build-aux/config.guess') diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 97ad0733..7f9ebbe3 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-2019 Free Software Foundation, Inc. -timestamp='2019-07-24' +timestamp='2019-09-10' # 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 @@ -274,6 +274,9 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:Sortix:*:*) echo "$UNAME_MACHINE"-unknown-sortix exit ;; + *:Twizzler:*:*) + echo "$UNAME_MACHINE"-unknown-twizzler + exit ;; *:Redox:*:*) echo "$UNAME_MACHINE"-unknown-redox exit ;; -- cgit v1.2.3