From dd8e4b760b6b86a49be79f04a29fa7be20e11b92 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Apr 2018 09:09:27 +0200 Subject: 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. --- cpukit/wrapup/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/wrapup/Makefile.am') 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) -- cgit v1.2.3