* configure.host: Add arm*-*-openbsd*.
* configure.tgt: Add arm*-*-openbsd*.
This commit is contained in:
parent
10c42a7141
commit
872544e5f5
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-22 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* configure.host: Add arm*-*-openbsd*.
|
||||
* configure.tgt: Add arm*-*-openbsd*.
|
||||
|
||||
2005-05-22 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* frame.h (frame_register_unwind, frame_unwind_register)
|
||||
|
|
|
@ -49,6 +49,7 @@ arm*-*-linux*) gdb_host=linux ;;
|
|||
arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
|
||||
gdb_host=nbsdelf ;;
|
||||
arm*-*-netbsd*) gdb_host=nbsdaout ;;
|
||||
arm*-*-openbsd*) gdb_host=nbsdelf ;;
|
||||
|
||||
hppa*-*-hpux* | hppa*-*-hiux*)
|
||||
gdb_host=hpux ;;
|
||||
|
|
|
@ -54,6 +54,7 @@ arm*-*-linux*) gdb_target=linux
|
|||
arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
|
||||
gdb_target=nbsd ;;
|
||||
arm-*-nto*) gdb_target=nto ;;
|
||||
arm*-*-openbsd*) gdb_target=nbsd ;;
|
||||
arm*-*-* | thumb*-*-* | strongarm*-*-*)
|
||||
gdb_target=embed
|
||||
build_rdi_share=yes
|
||||
|
|
Loading…
Reference in a new issue