mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* config.sub: Fix typo powerpc -> powerpc-*.
This commit is contained in:
parent
51d8e5aeba
commit
4a96713254
@ -1,3 +1,7 @@
|
||||
Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||
|
||||
* config.sub: Fix typo powerpc -> powerpc-*.
|
||||
|
||||
Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
|
||||
|
||||
* Makefile.in: `all-emacs19' depends on `all-byacc'.
|
||||
|
7
config.sub
vendored
7
config.sub
vendored
@ -141,6 +141,7 @@ case $basic_machine in
|
||||
| powerpc \
|
||||
| h8300 | h8300h | sh \
|
||||
| m88110 | sparc | m680[01234]0 | m683?2 | z8k | v70 \
|
||||
| v810 \
|
||||
| h8500 | mips64 | mipsel | mips64el) # CYGNUS LOCAL
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
@ -156,7 +157,7 @@ case $basic_machine in
|
||||
| none-* | 580-* | cray2-* | i960-* | xmp-* | ymp-* \
|
||||
| hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
|
||||
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
|
||||
| powerpc \
|
||||
| powerpc-* \
|
||||
| h8300-* | h8300h-* | sh-* \
|
||||
| m88110-* | m680[01234]0-* | m683?2-* | z8k-* | h8500-* \
|
||||
| mips64-* | mipsel-* | mips64el-*) # CYGNUS LOCAL
|
||||
@ -567,6 +568,10 @@ case $basic_machine in
|
||||
basic_machine=v70-nec
|
||||
os=-sysv
|
||||
;;
|
||||
v810 | necv810)
|
||||
basic_machine=v810-nec
|
||||
os=-none
|
||||
;;
|
||||
news1000)
|
||||
basic_machine=m68030-sony
|
||||
os=-newsos
|
||||
|
Loading…
Reference in New Issue
Block a user