Changeset 6fcf4571 in rtems
- Timestamp:
- 07/25/03 14:46:49 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- da499ad
- Parents:
- e37d7196
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
re37d7196 r6fcf4571 1 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Merge-in librdbg/configure.ac. 4 1 5 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/configure.ac
re37d7196 r6fcf4571 124 124 AC_CONFIG_SUBDIRS([lib/libbsp]) 125 125 BSP_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 132 126 BSP_SUBDIRS="$BSP_SUBDIRS libchip" 133 127 BSP_SUBDIRS="$BSP_SUBDIRS libnetworking" 128 BSP_SUBDIRS="$BSP_SUBDIRS librdbg" 134 129 135 130 AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[ … … 179 174 AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"]) 180 175 181 AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")182 176 AM_CONDITIONAL(RPCTOOLS, test "$rpctools" != "no") 183 177 … … 200 194 libnetworking/wrapup/Makefile 201 195 196 librdbg/Makefile 197 librdbg/include/Makefile 198 librdbg/include/rdbg/Makefile 199 librdbg/include/rdbg/i386/Makefile 200 librdbg/include/rdbg/powerpc/Makefile 201 librdbg/include/rdbg/m68k/Makefile 202 librdbg/src/Makefile 203 librdbg/src/i386/Makefile 204 librdbg/src/i386/any/Makefile 205 librdbg/src/powerpc/Makefile 206 librdbg/src/powerpc/new_exception_processing/Makefile 207 librdbg/src/m68k/Makefile 208 librdbg/src/m68k/any/Makefile 209 202 210 libchip/Makefile 203 211 libchip/network/Makefile … … 205 213 libchip/serial/Makefile 206 214 libchip/ide/Makefile 215 207 216 optman/Makefile 217 208 218 wrapup/Makefile 209 219 ])
Note: See TracChangeset
for help on using the changeset viewer.