From c21bc010dd032d1083f14b47bd41402661526c85 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 6 Jul 2000 07:40:00 +0000 Subject: [PATCH] 2000-07-06 Andrew Cagney * config.sub: Recognise d30v as a valid basic_machine. --- ChangeLog | 4 ++++ config.sub | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9b350f..9972432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-06 Andrew Cagney + + * config.sub: Recognise d30v as a valid basic_machine. + 2000-06-28 Ben Elliston * config.sub: Recognise Motorola 68HC11/12 targets. From Stephane diff --git a/config.sub b/config.sub index 3469828..2b4fad1 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. -version='2000-06-28' +version='2000-07-06' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -218,7 +218,7 @@ case $basic_machine in | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ | mips64vr5000 | miprs64vr5000el | mcore \ | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ - | thumb | d10v | fr30 | avr) + | thumb | d10v | d30v | fr30 | avr) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12)