diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91480ff..eebe9fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-07-06 Aleksandar Ristovski <aristovski@qnx.com> + + * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes. + 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com> * source.c (find_and_open_source): Remove the `objfile' parameter. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index c76e316..14f9cb7 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -185,6 +185,7 @@ i[34567]86-*-nto*) # Target: Intel 386 running qnx6. gdb_target_obs="i386-tdep.o i387-tdep.o corelow.o solib.o solib-svr4.o \ i386-nto-tdep.o nto-tdep.o" + build_gdbserver=yes ;; i[34567]86-*-solaris2.1[0-9]*) # Target: Solaris x86_64 |