* config.sub: Use "unknown" for the manufacturer field of Amiga

systems, not "cbm". Contributed by Ruediger Kuhlmann
	<ruediger.kuhlmann@stud.uni-karlsruhe.de>.
	* config.sub: Likewise.
This commit is contained in:
Ben Elliston 2000-07-27 05:42:35 +00:00
parent 3d2741562b
commit 45c41c0853
3 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
2000-07-27 Ben Elliston <bje@redhat.com>
* config.sub: Use "unknown" for the manufacturer field of Amiga
systems, not "cbm". Contributed by Ruediger Kuhlmann
<ruediger.kuhlmann@stud.uni-karlsruhe.de>.
* config.sub: Likewise.
2000-07-24 Ben Elliston <bje@redhat.com>
* config.guess: Detect Plan 9.

6
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-07-24'
version='2000-07-27'
# 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
@ -119,7 +119,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
# object file format.
# Determine the machine/vendor (is the vendor relevant).
case "${UNAME_MACHINE}" in
amiga) machine=m68k-cbm ;;
amiga) machine=m68k-unknown ;;
arm32) machine=arm-unknown ;;
atari*) machine=m68k-atari ;;
sun3*) machine=m68k-sun ;;
@ -215,7 +215,7 @@ EOF
echo alpha-dec-winnt3.5
exit 0 ;;
Amiga*:UNIX_System_V:4.0:*)
echo m68k-cbm-sysv4
echo m68k-unknown-sysv4
exit 0;;
amiga:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}

8
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-07-06'
version='2000-07-27'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -299,14 +299,14 @@ case $basic_machine in
os=-sysv
;;
amiga | amiga-*)
basic_machine=m68k-cbm
basic_machine=m68k-unknown
;;
amigaos | amigados)
basic_machine=m68k-cbm
basic_machine=m68k-unknown
os=-amigaos
;;
amigaunix | amix)
basic_machine=m68k-cbm
basic_machine=m68k-unknown
os=-sysv4
;;
apollo68)