Adding Neutrino gdbserver.
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure
index cf0caf09d0c41785a9d93872bcae9135383690d1..e1c5f1e018fd70b2fc58d464a2d60e92260a3848 100755 (executable)
@@ -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
This page took 0.023804 seconds and 4 git commands to generate.