From 60c752425cd117103babf9746339c03b52b3e533 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 20:30:38 +0000 Subject: 2001-10-17 Ralf Corsepius * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of config.cache's which prevented powerpc targets librdbg from building. --- ChangeLog | 5 +++++ aclocal/check-rdbg.m4 | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8d58a450a..5bb5f8d966 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Ralf Corsepius + + * 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 * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS, diff --git a/aclocal/check-rdbg.m4 b/aclocal/check-rdbg.m4 index 17fc09bee2..0e38b59593 100644 --- a/aclocal/check-rdbg.m4 +++ b/aclocal/check-rdbg.m4 @@ -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 -- cgit v1.2.3