aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.ac
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-09-01 18:57:12 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-09-01 18:57:12 +0000
commit8ed54b31b39a8a3ed6a540c9c4019c19932adfdb (patch)
tree71cd2a1365abdf65d3e141a086389d7042862a6b /gdb/gdbserver/configure.ac
parentbb0116a433af6f2a1bb99b628a863be46446cea0 (diff)
downloadgdb-8ed54b31b39a8a3ed6a540c9c4019c19932adfdb.zip
gdb-8ed54b31b39a8a3ed6a540c9c4019c19932adfdb.tar.gz
gdb-8ed54b31b39a8a3ed6a540c9c4019c19932adfdb.tar.bz2
gdbserver support for powerpc-lynxos (4.x)
This patch adds support for powerpc-lynxos. gdbserver/ChangeLog: * gdbserver/lynx-low.c, gdbserver/lynx-low.h, gdbserver/lynx-ppc-low.c: New files. * Makefile.in (lynx_low_h): New variable. (lynx-low.o, lynx-ppc-low.o): New rules. * configure.ac: On LynxOS, link with -lnetinet. * configure.srv: Add handling of powerpc-*-lynxos* targets. * configure: regenerate.
Diffstat (limited to 'gdb/gdbserver/configure.ac')
-rw-r--r--gdb/gdbserver/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac
index c61ab54..85b1a7b 100644
--- a/gdb/gdbserver/configure.ac
+++ b/gdb/gdbserver/configure.ac
@@ -212,6 +212,8 @@ elif test "${srv_mingw}" = "yes"; then
LIBS="$LIBS -lws2_32"
elif test "${srv_qnx}" = "yes"; then
LIBS="$LIBS -lsocket"
+elif test "${srv_lynxos}" = "yes"; then
+ LIBS="$LIBS -lnetinet"
fi
if test "${srv_mingw}" = "yes"; then