summaryrefslogtreecommitdiffstats
path: root/c/src/lib/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:34:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:34:26 +0000
commit45269dc902f360953ecb9f8816beaae9daa4cec7 (patch)
tree315cdb76df196084c7ba24c0ba99ac777302e214 /c/src/lib/configure.in
parentSwitched to the C++ front end to gcc to link. This still did not (diff)
downloadrtems-45269dc902f360953ecb9f8816beaae9daa4cec7.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbg
to its own top level package.
Diffstat (limited to 'c/src/lib/configure.in')
-rw-r--r--c/src/lib/configure.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index d4d945b0a7..dbb8bbd5e4 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -43,18 +43,6 @@ AM_CONDITIONAL(UNIX,test "$RTEMS_CPU" = "unix")
AC_CONFIG_SUBDIRS(libcpu)
AC_CONFIG_SUBDIRS(libbsp)
-# If the TCP/IP stack is enabled, then find all TCP/IP Makefiles
-if test "$HAS_NETWORKING" = "yes"; then
- if test "$RTEMS_HAS_RDBG" = "yes"; then
- RTEMS_CHECK_RDBG(RTEMS_BSP)
- fi
-fi
-
-if test "$HAS_RDBG" = "yes"; then
- cfg_subdirs="$cfg_subdirs librdbg"
-fi
-
-# If the HWAPI is enabled, the find the HWAPI Makefiles
RTEMS_ENABLE_HWAPI
if test "$RTEMS_HAS_HWAPI" = "yes"; then
if test -d "${srcdir}/libhwapi"; then
@@ -77,7 +65,6 @@ fi
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix")
-AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")
AC_CONFIG_SUBDIRS(libmisc)
@@ -93,8 +80,5 @@ include/Makefile
include/sys/Makefile
include/motorola/Makefile
include/zilog/Makefile
-include/rdbg/Makefile
-include/rdbg/i386/Makefile
-include/rdbg/powerpc/Makefile
libc/Makefile
start/Makefile)