Changeset 60c7524 in rtems
- Timestamp:
- Oct 17, 2001, 8:30:38 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0f52b7f
- Parents:
- f8a73a9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rf8a73a9 r60c7524 1 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of 4 config.cache's which prevented powerpc targets librdbg from building. 5 1 6 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
aclocal/check-rdbg.m4
rf8a73a9 r60c7524 25 25 C="${C} ${B}"; 26 26 done 27 target_found="no";27 rtems_cv_HAS_RDBG="no"; 28 28 for j in ${C} ; 29 29 do 30 30 if test "${$1}" = "${j}" ; 31 31 then 32 target_found="yes";32 rtems_cv_HAS_RDBG="yes"; 33 33 fi 34 34 done 35 if test "$target_found" = "yes" ;36 then37 rtems_cv_HAS_RDBG="yes" ;38 fi39 35 else 40 36 rtems_cv_HAS_RDBG="no";
Note: See TracChangeset
for help on using the changeset viewer.