mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
2001-03-30 Alexandre Oliva <aoliva@redhat.com>
* config.sub: Make sure to match an already-canonicalized machine name (eg. mn10300-unknown-elf).
This commit is contained in:
parent
b072eda42f
commit
3836f7b0c4
@ -1,3 +1,8 @@
|
||||
2001-03-30 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config.sub: Make sure to match an already-canonicalized
|
||||
machine name (eg. mn10300-unknown-elf).
|
||||
|
||||
2001-03-19 Philip Blundell <philb@gnu.org>
|
||||
|
||||
* config.sub: Allow tic80 as machine type. Allow company name for
|
||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2001-03-19'
|
||||
timestamp='2001-03-30'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -957,6 +957,9 @@ case $basic_machine in
|
||||
basic_machine=c4x-none
|
||||
os=-coff
|
||||
;;
|
||||
*-unknown)
|
||||
# Make sure to match an already-canonicalized machine name.
|
||||
;;
|
||||
*)
|
||||
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user