From 8ab4445b081c9f61a51e727c5b8af9474319d6a9 Mon Sep 17 00:00:00 2001 From: Tobias Illenseer Date: Tue, 7 Jul 2015 19:21:21 +1000 Subject: [PATCH] * config.sub (sx?-*): Expand to sx*-* for new sxace CPU. Signed-off-by: Ben Elliston --- ChangeLog | 4 ++++ config.sub | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d17ef14..30a3eaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-07 Tobias Illenseer + + * config.sub (sx?-*): Expand to sx*-* for new sxace CPU. + 2015-07-03 宋冬生 * config.guess (*:NetBSD:*:*): Use only the major release and diff --git a/config.sub b/config.sub index 8f1229c..b4868ab 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-03-08' +timestamp='2015-07-07' # 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 @@ -433,7 +433,7 @@ case $basic_machine in | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \