2000-05-10 Ben Elliston <bje@redhat.com>

* config.sub: Recognise bs2000-siemens as a basic_machine type.
	From Jean-Frederic Clere <jfrederic.clere@fujitsu.siemens.se>.
This commit is contained in:
Ben Elliston 2000-05-10 08:24:29 +00:00
parent f38c05cf41
commit 1423606ac1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-05-10 Ben Elliston <bje@redhat.com>
* config.sub: Recognise bs2000-siemens as a basic_machine type.
From Jean-Frederic Clere <jfrederic.clere@fujitsu.siemens.se>.
2000-05-07 Ben Elliston <bje@redhat.com>
* config.guess: Mac OS X will never return "Mac OS" as a uname

3
config.sub vendored
View File

@ -221,7 +221,8 @@ case $basic_machine in
| mipstx39-* | mipstx39el-* | mcore-* \
| f301-* | armv*-* | s390-* | sv1-* | t3e-* \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* )
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
| bs2000-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.