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:
Elena Zannoni 2002-05-14 15:22:29 +00:00
parent 05a6c72cef
commit 843fedf445
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 ;;