mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 04:58:30 +08:00
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.