2002-05-14 Elena Zannoni <ezannoni@redhat.com>
* configure.tgt: Add a catch all sh* target, for cases like sh[2,3,4]-elf and sh-hms.
This commit is contained in:
parent
05a6c72cef
commit
843fedf445
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-05-14 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* configure.tgt: Add a catch all sh* target, for cases like
|
||||
sh[2,3,4]-elf and sh-hms.
|
||||
|
||||
2002-05-14 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* event-loop.c (create_file_handler): Don't do anything but
|
||||
|
|
|
@ -251,6 +251,7 @@ sh-*-linux*) gdb_target=linux
|
|||
build_gdbserver=yes
|
||||
;;
|
||||
sh*-*-netbsdelf*) gdb_target=nbsd ;;
|
||||
sh*) gdb_target=embed ;;
|
||||
|
||||
sparc-*-aout*) gdb_target=sparc-em ;;
|
||||
sparc-*-coff*) gdb_target=sparc-em ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue