2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
	config.cache's which prevented powerpc targets librdbg from building.
This commit is contained in:
Joel Sherrill
2001-10-17 20:30:38 +00:00
parent f8a73a9e65
commit 60c752425c
2 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
config.cache's which prevented powerpc targets librdbg from building.
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,

View File

@@ -24,18 +24,14 @@ AC_CACHE_CHECK([whether BSP supports librdbg],
B=`basename ${i} .cfg`;
C="${C} ${B}";
done
target_found="no";
rtems_cv_HAS_RDBG="no";
for j in ${C} ;
do
if test "${$1}" = "${j}" ;
then
target_found="yes";
rtems_cv_HAS_RDBG="yes";
fi
done
if test "$target_found" = "yes" ;
then
rtems_cv_HAS_RDBG="yes" ;
fi
else
rtems_cv_HAS_RDBG="no";
fi