From 109f2c80801ae3caed7f762719894c191f61243d Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 16 Jul 2003 22:38:30 +0000 Subject: [PATCH] 2003-07-17 Ben Elliston * config.sub: Handle iq2000 and iq2000-*. Reported missing by Doug Evans. --- ChangeLog | 5 +++++ config.sub | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fced738..b2a9c9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-17 Ben Elliston + + * config.sub: Handle iq2000 and iq2000-*. Reported missing by + Doug Evans. + 2003-07-15 Alexandre Oliva * config.sub: Add am33_2.0 machine. diff --git a/config.sub b/config.sub index 801e556..6eea727 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 Free Software Foundation, Inc. -timestamp='2003-07-04' +timestamp='2003-07-17' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -235,7 +235,7 @@ case $basic_machine in | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ - | ip2k \ + | ip2k | iq2000 \ | m32r | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ @@ -305,7 +305,7 @@ case $basic_machine in | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* \ + | ip2k-* | iq2000-* \ | m32r-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \