This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] configure.tgt - build gdbserver for nto


Hello,

Now that gdbserver for nto is added (http://sourceware.org/ml/gdb-patches/2009-07/msg00148.html), I would like to enable building it.

Thanks,

--
Aleksandar Ristovski
QNX Software Systems


ChangeLog:


* configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.221
diff -u -p -r1.221 configure.tgt
--- configure.tgt	3 Jul 2009 12:06:36 -0000	1.221
+++ configure.tgt	6 Jul 2009 18:37:02 -0000
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]