From 8a576ea922b3f8c82c01862586a991ce675cc946 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 3 Mar 2002 22:20:28 +0000 Subject: [PATCH] 2002-03-04 Ben Elliston From Kevin Ryde : * config.sub (sparclet-*-*): Accept any vendor. (sparc86x): Expand to sparc86x-unknown-none. --- ChangeLog | 6 ++++++ config.sub | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d77543..4346b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-03-04 Ben Elliston + + From Kevin Ryde : + * config.sub (sparclet-*-*): Accept any vendor. + (sparc86x): Expand to sparc86x-unknown-none. + 2002-03-04 Adrian Bunk * config.guess (*:NetBSD:*:*): Use "sysctl -n hw.machine_arch" diff --git a/config.sub b/config.sub index 4ac7ab2..0c49007 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2002-02-22' +timestamp='2002-03-04' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -247,7 +247,7 @@ case $basic_machine in | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | sh | sh[34] | sh[34]eb | shbe | shle | sh64 \ - | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic80 | tron \ | v850 | v850e \ @@ -306,7 +306,7 @@ case $basic_machine in | pyramid-* \ | romp-* | rs6000-* \ | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* | sh64-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclite-* \ + | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \ | v850-* | v850e-* | vax-* \