config.sub: Make sure to match an already-canonicalized machine name (eg.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 6 Apr 2001 07:06:32 +0000 (07:06 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Apr 2001 07:06:32 +0000 (07:06 +0000)
2001-04-05  Alexandre Oliva  <aoliva@redhat.com>

        * config.sub: Make sure to match an already-canonicalized
        machine name (eg. mn10300-unknown-elf).

From-SVN: r41145

ChangeLog
config.sub

index 627c6a27312d2b14dd23fcb9142ab25e9bb45ed5..bc0c1b216218f3f4f9b1afab6e03e5799a463509 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
+
+        * config.sub: Make sure to match an already-canonicalized
+        machine name (eg. mn10300-unknown-elf).
+
 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
 
        * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
index edfef570a5c6093f11ad0ee7ade9121897e86805..86351bcb91304df32b88b95f52dd42fd49d3a571 100755 (executable)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
 #   Free Software Foundation, Inc.
 
-version='2000-11-02'
+version='2001-04-06'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -940,6 +940,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