Changeset 3a99e6f in rtems for c/src/configure.ac
- Timestamp:
- 08/17/03 13:31:49 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d225716
- Parents:
- 61d9371
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/configure.ac
r61d9371 r3a99e6f 124 124 if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then 125 125 libcpu_cpu_subdir="${RTEMS_CPU}" 126 # BSP_SUBDIRS="$BSP_SUBDIRS lib/libcpu/${RTEMS_CPU}"127 126 else 128 127 libcpu_cpu_subdir= … … 134 133 if test "$RTEMS_BSP_FAMILY" = "bare" ; then 135 134 AC_CONFIG_SUBDIRS([lib/libbsp/bare]) 136 # BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/bare"137 135 AC_SUBST(libbsp_cpu_subdir,bare) 138 136 else 139 137 RTEMS_CPU_SUBDIRS([lib/libbsp]) 140 # BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/${RTEMS_CPU}"141 138 AC_SUBST(libbsp_cpu_subdir,$RTEMS_CPU) 142 139 fi
Note: See TracChangeset
for help on using the changeset viewer.