summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure
diff options
context:
space:
mode:
authorAleksandar Ristovski <aristovski@qnx.com>2009-07-06 18:31:19 +0000
committerAleksandar Ristovski <aristovski@qnx.com>2009-07-06 18:31:19 +0000
commit9ae129edd064b680b6ee8dd890efc805a7e4a4dc (patch)
tree88843e5c59fe0c32955680db936be58d7d9f4224 /gdb/gdbserver/configure
parentdbd4524a2491c6c2897f386c6dc2f1d960b40dd3 (diff)
downloadgdb-9ae129edd064b680b6ee8dd890efc805a7e4a4dc.tar.gz
Adding Neutrino gdbserver.
* configure: Regenerated. * configure.ac: Add case for srv_qnx and set LIBS accordingly. * configure.srv (i[34567]86-*-nto*): New target. * nto-low.c, nto-low.h, nto-x86-low.c: New files. * remote-utils.c [__QNX__]: Include sys/iomgr.h (nto_comctrl) [__QNX__]: New function. (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
Diffstat (limited to 'gdb/gdbserver/configure')
-rwxr-xr-xgdb/gdbserver/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure
index cf0caf09d0c..e1c5f1e018f 100755
--- a/gdb/gdbserver/configure
+++ b/gdb/gdbserver/configure
@@ -3816,6 +3816,8 @@ if test "${srv_mingwce}" = "yes"; then
LIBS="$LIBS -lws2"
elif test "${srv_mingw}" = "yes"; then
LIBS="$LIBS -lwsock32"
+elif test "${srv_qnx}" = "yes"; then
+ LIBS="$LIBS -lsocket"
fi
if test "${srv_mingw}" = "yes"; then