summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport
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/exec/libcsupport
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/exec/libcsupport')
-rw-r--r--c/src/exec/libcsupport/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/exec/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am
index 0f0b750f5b..e588da2cc0 100644
--- a/c/src/exec/libcsupport/Makefile.am
+++ b/c/src/exec/libcsupport/Makefile.am
@@ -5,16 +5,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-if HAS_RDBG
-LIBRDBG = librdbg
-endif
-
if HAS_LIBCHIP
LIBCHIP = libchip
endif
SUBDIRS = start include libmisc libc libcpu libbsp \
- $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
+ $(LIBCHIP) $(LIBHWAPI)
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am