forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user