Fix typo in arm recognition string
From-SVN: r25408
This commit is contained in:
parent
0f9b3ea686
commit
1de558ee81
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-02-24 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config.sub: Fix typo in arm recognition.
|
||||
|
||||
Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
|
||||
|
||||
* config.guess: Recognize openbsd-*-hppa.
|
||||
|
|
2
config.sub
vendored
2
config.sub
vendored
|
@ -221,7 +221,7 @@ case $basic_machine in
|
|||
| sparc64-* | sparcv9-* | sparc86x-* | mips64-* | mipsel-* \
|
||||
| mips64el-* | mips64orion-* | mips64orionel-* \
|
||||
| mipstx39-* | mipstx39el-* \
|
||||
| f301-* | armv-*-*)
|
||||
| f301-* | arm*-*)
|
||||
;;
|
||||
m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue