* configure.host: Add arm*-*-openbsd*.

* configure.tgt: Add arm*-*-openbsd*.
This commit is contained in:
Mark Kettenis 2005-05-22 19:11:42 +00:00
parent 10c42a7141
commit 872544e5f5
3 changed files with 7 additions and 0 deletions

View file

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

View file

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

View file

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