2005-12-23 Ben Elliston <bje@gnu.org>

From Takahashi Yoshihiro <nyan@jp.FreeBSD.org>:
	* config.guess (pc98:FreeBSD:*:*) Add special case.
	* config.sub (pc98, pc98-*): New.
	* testsuite/config-guess.data: Add test case.
	* testsuite/config-sub.data: Ditto.
This commit is contained in:
Ben Elliston
2005-12-22 23:50:20 +00:00
parent 4b24d52332
commit dce614dd94
5 changed files with 24 additions and 3 deletions

8
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp='2005-12-22'
timestamp='2005-12-23'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -818,6 +818,12 @@ case $basic_machine in
pc532 | pc532-*)
basic_machine=ns32k-pc532
;;
pc98)
basic_machine=i386-pc
;;
pc98-*)
basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentium | p5 | k5 | k6 | nexgen | viac3)
basic_machine=i586-pc
;;