Changeset 000a9a9 in rtems


Ignore:
Timestamp:
12/13/99 14:48:17 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
49be66d
Parents:
39e6bbe1
Message:

Patch rtems-rc-19991203-1.diff from Ralf Corsepius <corsepiu@…>
to generalize librdbg for all i386 BSPs. His comments:

The patch below generalizes librdbg for all i386 bsps. It is not a
complete rewrite, but a minimal invasive attempt to generalization.

To apply:

mv c/src/librdbg/src/i386/pc386 c/src/librdbg/src/i386/any
patch -p1 < patches-rc-19991203-1.diff
./bootstrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/check-rdbg.m4

    r39e6bbe1 r000a9a9  
    1010  rtems_cv_HAS_RDBG,
    1111  [
    12     if test -d "$srcdir/${RTEMS_TOPdir}/c/src/librdbg/src/${RTEMS_CPU}/${$1}"; then
     12    if test -d "$srcdir/${RTEMS_TOPdir}/c/src/librdbg/src/${RTEMS_CPU}/${$1}";
     13    then
     14      rtems_cv_HAS_RDBG="yes" ;
     15    elif test -d "$srcdir/${RTEMS_TOPdir}/c/src/librdbg/src/${RTEMS_CPU}/any";
     16    then
    1317      rtems_cv_HAS_RDBG="yes" ;
    1418    else
Note: See TracChangeset for help on using the changeset viewer.