2000-06-13 Ben Elliston <bje@redhat.com>

* config.guess: Detect Minix on x86 machines.
	* config.sub: Recognise i286. From <michael@moria.de>.
This commit is contained in:
Ben Elliston 2000-06-13 13:11:10 +00:00
parent cedea588f5
commit ca7d225abb
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2000-06-13 Ben Elliston <bje@redhat.com>
* config.guess: Detect Minix on x86 machines.
* config.sub: Recognise i286. From <michael@moria.de>.
* config.sub: Recognise sh3 and sh4 aliases. From Kazumoto Kojima
<kkojima@rr.iij4u.or.jp>.

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-05-30'
version='2000-06-13'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -687,6 +687,9 @@ EOF
*:GNU:*:*)
echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
exit 0 ;;
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit 0 ;;
*:Linux:*:*)
# The BFD linker knows what the default object file format is, so

4
config.sub vendored
View File

@ -227,7 +227,7 @@ case $basic_machine in
# We use `pc' rather than `unknown'
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
i[34567]86)
i[234567]86)
basic_machine=$basic_machine-pc
;;
# Object if more than one company name word.
@ -237,7 +237,7 @@ case $basic_machine in
;;
# Recognize the basic CPU types with company name.
# FIXME: clean up the formatting here.
vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
vax-* | tahoe-* | i[234567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
| m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \