Dear Ben,
we have been trying to compile some autoconf based packages for an NEC
SX-ACE. Because this platform was not supported, we have been adding the
support to config.guess.
I've attached the respective patch and hope that it is possible to add
this to the standard distribution of config.guess.
Thanks a lot,
Luis
--
\\\\\\
(-0^0-)
--------------------------oOO--(_)--OOo-----------------------------
Luis Kornblueh Tel. : +49-40-41173289
Max-Planck-Institute for Meteorology Fax. : +49-40-41173298
Bundesstr. 53
D-20146 Hamburg Email: [email protected]
Federal Republic of Germany
>From e23b7afcb71d5aafbc0470e4430d0345eb50226a Mon Sep 17 00:00:00 2001
From: Luis Kornblueh <[email protected]>
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 <[email protected]
+
+ * config.guess: Added entry for SX-ACE
+
2016-02-11 Ben Elliston <[email protected]>
* 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
_______________________________________________
config-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/config-patches