diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-14 14:50:12 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-14 14:50:12 +0000 |
commit | 1d3f0563c9d779364b5f6e14c53f57f3529a8514 (patch) | |
tree | 79a88587de951cbd472429ba5858ef4775dfc0db /scripts | |
parent | 9cef5c8f2202e5968a1171de5f67f4b7b3868c79 (diff) | |
download | glibc-1d3f0563c9d779364b5f6e14c53f57f3529a8514.tar glibc-1d3f0563c9d779364b5f6e14c53f57f3529a8514.tar.gz glibc-1d3f0563c9d779364b5f6e14c53f57f3529a8514.tar.bz2 glibc-1d3f0563c9d779364b5f6e14c53f57f3529a8514.zip |
Update.
* scripts/config.sub: New version from subversions.gnu.org.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 28c8d00f38..b8c5724cec 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. -version='2000-09-05' +version='2000-09-11' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -205,7 +205,7 @@ case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ - | arme[lb] | armv* | pyramid | mn10200 | mn10300 | tron | a29k \ + | arme[lb] | armv[2345] | armv[345][lb] | pyramid | mn10200 | mn10300 | tron | a29k \ | 580 | i960 | h8300 \ | x86 | ppcbe | mipsbe | mipsle | shbe | shle | armbe | armle \ | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ @@ -1053,7 +1053,7 @@ case $os in -ns2 ) os=-nextstep2 ;; - -nsk) + -nsk*) os=-nsk ;; # Preserve the version number of sinix5. |