* config.sub (sx?-*): Expand to sx*-* for new sxace CPU.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Tobias Illenseer 2015-07-07 19:21:21 +10:00 committed by Ben Elliston
parent 9c63d2fafe
commit 8ab4445b08
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-07-07 Tobias Illenseer <tillense@astrophysik.uni-kiel.de>
* config.sub (sx?-*): Expand to sx*-* for new sxace CPU.
2015-07-03 宋冬生 <songdongsheng@live.cn>
* config.guess (*:NetBSD:*:*): Use only the major release and

4
config.sub vendored
View File

@ -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*-* \