mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
|
||||
|
||||
2007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/m68k/tm-monitor.h: Delete file.
|
||||
|
@ -81,7 +81,6 @@ arm*-*-linux*) gdb_target=linux
|
||||
;;
|
||||
arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
|
||||
gdb_target=nbsd ;;
|
||||
arm-*-nto*) gdb_target=nto ;;
|
||||
arm*-*-openbsd*) gdb_target=obsd ;;
|
||||
arm*-*-* | thumb*-*-* | strongarm*-*-*)
|
||||
gdb_target=embed
|
||||
@ -201,7 +200,6 @@ sh-*-linux*) gdb_target=linux
|
||||
;;
|
||||
sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
|
||||
gdb_target=nbsd ;;
|
||||
sh-*-nto*) gdb_target=nto ;;
|
||||
sh*-*-openbsd*) gdb_target=obsd ;;
|
||||
sh64-*-elf*) gdb_target=sh64 ;;
|
||||
sh*) gdb_target=embed ;;
|
||||
|
Reference in New Issue
Block a user