Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbg

to its own top level package.
This commit is contained in:
Joel Sherrill
1999-10-11 15:34:26 +00:00
parent 8ab864601e
commit 45269dc902
14 changed files with 1086 additions and 140 deletions

View File

@@ -9,7 +9,7 @@ AC_REQUIRE([RTEMS_ENABLE_RDBG])dnl
AC_CACHE_CHECK([whether BSP supports librdbg],
rtems_cv_HAS_RDBG,
[
if test -d "$srcdir/${RTEMS_TOPdir}/c/src/lib/librdbg/${RTEMS_CPU}/${$1}"; then
if test -d "$srcdir/${RTEMS_TOPdir}/c/src/librdbg/src/${RTEMS_CPU}/${$1}"; then
rtems_cv_HAS_RDBG="yes" ;
else
rtems_cv_HAS_RDBG="no";