Changeset 6fcf4571 in rtems


Ignore:
Timestamp:
07/25/03 14:46:49 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
da499ad
Parents:
e37d7196
Message:

2003-07-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Merge-in librdbg/configure.ac.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    re37d7196 r6fcf4571  
     12003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Merge-in librdbg/configure.ac.
     4
    152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/configure.ac

    re37d7196 r6fcf4571  
    124124AC_CONFIG_SUBDIRS([lib/libbsp])
    125125BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp"
    126 
    127 AS_IF([test "$HAS_RDBG" = "yes"],[
    128   AC_CONFIG_SUBDIRS([librdbg])
    129   BSP_SUBDIRS="$BSP_SUBDIRS librdbg"
    130 ])
    131 
    132126BSP_SUBDIRS="$BSP_SUBDIRS libchip"
    133127BSP_SUBDIRS="$BSP_SUBDIRS libnetworking"
     128BSP_SUBDIRS="$BSP_SUBDIRS librdbg"
    134129
    135130AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[
     
    179174AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
    180175
    181 AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")
    182176AM_CONDITIONAL(RPCTOOLS, test "$rpctools" != "no")
    183177
     
    200194libnetworking/wrapup/Makefile
    201195
     196librdbg/Makefile
     197librdbg/include/Makefile
     198librdbg/include/rdbg/Makefile
     199librdbg/include/rdbg/i386/Makefile
     200librdbg/include/rdbg/powerpc/Makefile
     201librdbg/include/rdbg/m68k/Makefile
     202librdbg/src/Makefile
     203librdbg/src/i386/Makefile
     204librdbg/src/i386/any/Makefile
     205librdbg/src/powerpc/Makefile
     206librdbg/src/powerpc/new_exception_processing/Makefile
     207librdbg/src/m68k/Makefile
     208librdbg/src/m68k/any/Makefile
     209
    202210libchip/Makefile
    203211libchip/network/Makefile
     
    205213libchip/serial/Makefile
    206214libchip/ide/Makefile
     215
    207216optman/Makefile
     217
    208218wrapup/Makefile
    209219])
Note: See TracChangeset for help on using the changeset viewer.