From 9906971b42e6b68745331842c877b59fd1855c73 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 14 Dec 2000 13:19:15 +0000 Subject: [PATCH] 2000-12-15 Ben Elliston * config.sub: Accept f301 for Fujitsu machines. Reported by Pavel Roskin . --- ChangeLog | 5 +++++ config.sub | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8eb6052..2190461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-15 Ben Elliston + + * config.sub: Accept f301 for Fujitsu machines. + Reported by Pavel Roskin . + 2000-12-07 Ben Elliston * config.sub: Add more detail to version information. diff --git a/config.sub b/config.sub index d6c6821..4849dfd 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. -timestamp='2000-12-07' +timestamp='2000-12-15' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -273,7 +273,7 @@ case $basic_machine in | mips64el-* | mips64orion-* | mips64orionel-* \ | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ | mipstx39-* | mipstx39el-* | mcore-* \ - | f301-* | s390-* | sv1-* | t3e-* \ + | f30[01]-* | s390-* | sv1-* | t3e-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ | bs2000-* | tic54x-* | c54x-* | x86_64-*) @@ -1249,7 +1249,7 @@ case $basic_machine in *-masscomp) os=-rtu ;; - f301-fujitsu) + f30[01]-fujitsu) os=-uxpv ;; *-rom68k)