>From e23b7afcb71d5aafbc0470e4430d0345eb50226a Mon Sep 17 00:00:00 2001 From: Luis Kornblueh Date: Thu, 24 Mar 2016 09:06:43 +0100 Subject: [PATCH] Added entry for SX-ACE. --- ChangeLog | 4 ++++ config.guess | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9f169a1..870a5a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-03-24 Luis Kornblueh * config.guess: Simplify shell code by removing quotes around diff --git a/config.guess b/config.guess index 373a659..d5d667d 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-02-11' +timestamp='2016-03-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 @@ -1276,6 +1276,9 @@ EOF SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; + SX-ACE:SUPER-UX:*:*) + echo sxace-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; -- 2.7.4