From c17d201bfab7692bbfe7d27b24bdfa86fbaabd61 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 22 Apr 2005 07:59:47 +0000 Subject: [PATCH] 2005-04-22 Ben Elliston Dave Miller * config.sub (sparc64b): Handle. * testsuite/config-sub.data: Test sparc64-linux, sparc64b-linux. --- ChangeLog | 6 ++++++ config.sub | 8 +++++--- testsuite/config-sub.data | 2 ++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 112cf9f..4cdc138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-22 Ben Elliston + Dave Miller + + * config.sub (sparc64b): Handle. + * testsuite/config-sub.data: Test sparc64-linux, sparc64b-linux. + 2005-03-24 Paul Eggert * config.guess: Update URL for script location. diff --git a/config.sub b/config.sub index d8fd2f8..ef8d772 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-02-10' +timestamp='2005-04-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -262,7 +262,8 @@ case $basic_machine in | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ @@ -336,7 +337,8 @@ case $basic_machine in | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 10f6521..86571f8 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -30,3 +30,5 @@ maxq maxq-unknown-none maxq-elf maxq-unknown-elf amd64-cygwin x86_64-pc-cygwin x86_64-cygwin x86_64-pc-cygwin +sparc64-linux sparc64-unknown-linux-gnu +sparc64b-linux sparc64b-unknown-linux-gnu