summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-30 09:09:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-02 09:56:43 +0200
commitdd8e4b760b6b86a49be79f04a29fa7be20e11b92 (patch)
treec3ac9c5be1aad34de0a86b42c9747bce844150d8 /cpukit/wrapup
parenttests: Move rtems-test-check.py (diff)
downloadrtems-dd8e4b760b6b86a49be79f04a29fa7be20e11b92.tar.bz2
libdebugger: Move to separate library
Always build remote TCP support since it depends only on the POSIX socket API. It works with the legacy network stack and libbsd. Move it to a separate libdebugger.a library to allow an easy use with libbsd via "-ldebugger -lbsd" otherwise we would have a cyclic dependency between libbsd.a and librtemscpu.a. Update #3419.
Diffstat (limited to 'cpukit/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 3bb9ca4983..fcca5604e2 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -98,10 +98,6 @@ if LIBDL
TMP_LIBS += ../libdl/libdl.a
endif
-if LIBDEBUGGER
-TMP_LIBS += ../libdebugger/libdebugger.a
-endif
-
librtemscpu.a: $(TMP_LIBS)
$(AM_V_GEN)rm -f $@
$(AM_V_GEN)$(MKDIR_P) $(ARCH)