aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/configure.ac
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-06-12 16:06:41 -0400
committerSimon Marchi <simon.marchi@efficios.com>2020-06-12 16:06:41 -0400
commit613f149a90d6fc32a5a6ff47e0325f762cb07424 (patch)
treea3086accc640d461ab2c44828a473ca1729949bf /gdbserver/configure.ac
parentfdb95bf546c7ea42fc61bed73bacd04ef237aa1a (diff)
downloadbinutils-613f149a90d6fc32a5a6ff47e0325f762cb07424.zip
binutils-613f149a90d6fc32a5a6ff47e0325f762cb07424.tar.gz
binutils-613f149a90d6fc32a5a6ff47e0325f762cb07424.tar.bz2
gdbserver: remove support for Neutrino
This port has been unmaintained for years, remove it. gdbserver/ChangeLog: * configure: Re-generate. * configure.ac: Remove srv_qnx test. * configure.srv: Remove nto case. * nto-low.cc, nto-low.h, nto-x86-low.cc: Remove. * remote-utils.c: Remove __QNX__-guarded code. Change-Id: I8a1ad9c740a69352da1f6993778dbf951eebb22f
Diffstat (limited to 'gdbserver/configure.ac')
-rw-r--r--gdbserver/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/configure.ac b/gdbserver/configure.ac
index 0b1c81d..10f2f4c 100644
--- a/gdbserver/configure.ac
+++ b/gdbserver/configure.ac
@@ -225,8 +225,6 @@ if test "${srv_mingwce}" = "yes"; then
elif test "${srv_mingw}" = "yes"; then
# WIN32APILIBS is set by GDB_AC_COMMON.
LIBS="$LIBS $WIN32APILIBS"
-elif test "${srv_qnx}" = "yes"; then
- LIBS="$LIBS -lsocket"
fi
if test "${srv_linux_usrregs}" = "yes"; then