2002-05-13 Elena Zannoni <ezannoni@redhat.com>
* configure.tgt: Remove sh-hms target. * MAINTAINERS: Don't list sh-hms as a separate target.
This commit is contained in:
parent
6cc7bdfa5c
commit
cc3023f779
|
@ -1,3 +1,8 @@
|
|||
2002-05-13 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* configure.tgt: Remove sh-hms target.
|
||||
* MAINTAINERS: Don't list sh-hms as a separate target.
|
||||
|
||||
2002-05-13 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
Add first preprocessor macro-expansion files.
|
||||
|
|
|
@ -154,7 +154,7 @@ maintainer works with the native maintainer when resolving API issues.
|
|||
s390 --target=s390-linux ,-Werror
|
||||
(contact DJ Barrow djbarrow@de.ibm.com)
|
||||
|
||||
sh --target=sh-hms,sh-elf -w
|
||||
sh --target=sh-elf -w
|
||||
Elena Zannoni ezannoni@redhat.com
|
||||
|
||||
sparc --target=sparc-elf,sparc64-elf ,-Werror
|
||||
|
|
|
@ -245,7 +245,6 @@ s390x-*-*) gdb_target=s390x
|
|||
;;
|
||||
|
||||
sh*-*-pe) gdb_target=wince ;;
|
||||
sh-*-hms) gdb_target=embed ;;
|
||||
sh-*-coff*) gdb_target=embed ;;
|
||||
sh-*-elf*) gdb_target=embed ;;
|
||||
sh-*-linux*) gdb_target=linux
|
||||
|
|
Loading…
Reference in New Issue