aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/configure
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
commitfdb95bf546c7ea42fc61bed73bacd04ef237aa1a (patch)
tree616dc8cfab607b056e489b8667eb0e4d57008dd0 /gdbserver/configure
parentc00094dc7ac4a527ff23b15adc96b4750d8365d7 (diff)
downloadgdb-fdb95bf546c7ea42fc61bed73bacd04ef237aa1a.zip
gdb-fdb95bf546c7ea42fc61bed73bacd04ef237aa1a.tar.gz
gdb-fdb95bf546c7ea42fc61bed73bacd04ef237aa1a.tar.bz2
gdbserver: remove support for LynxOS
This port has been unmaintained for years, remove it. gdbserver/ChangeLog: * configure: Re-generate. * configure.ac: Remove srv_lynxos test. * configure.srv: Remove lynxos cases. * lynx-i386-low.cc, lynx-low.cc, lynx-low.h, lynx-ppc-low.c: Remove. Change-Id: I239d1cf1fc7b4c7a174251bc7981707eaba7d972
Diffstat (limited to 'gdbserver/configure')
-rwxr-xr-xgdbserver/configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/configure b/gdbserver/configure
index 5479823..dc81873 100755
--- a/gdbserver/configure
+++ b/gdbserver/configure
@@ -10254,8 +10254,6 @@ elif test "${srv_mingw}" = "yes"; then
LIBS="$LIBS $WIN32APILIBS"
elif test "${srv_qnx}" = "yes"; then
LIBS="$LIBS -lsocket"
-elif test "${srv_lynxos}" = "yes"; then
- LIBS="$LIBS -lnetinet"
fi
if test "${srv_linux_usrregs}" = "yes"; then