Changeset 0b22af6 in rtems for configure.ac
- Timestamp:
- Mar 25, 2003, 8:50:16 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 55837f7
- Parents:
- 24af9a06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r24af9a06 r0b22af6 50 50 51 51 ## NOTES: 52 ## The tools/*-directories situation is unclear53 52 ## * tools/build are host-native tools to be installed on the host. 54 53 ## * tools/cpu are host-native or host-cross-target-tools 55 ## * tools/update are build-host-native tools56 54 57 # these tools are built for the build environment 58 # 59 RTEMS_BUILD_CONFIG_SUBDIRS([tools/update]) 55 RTEMS_BUILD_CONFIG_SUBDIRS([tools/build]) 56 RTEMS_BUILD_CONFIG_SUBDIRS([tools/cpu]) 60 57 58 # Some BSPs carelessly apply these tools as build-tools 59 AS_IF([test $host != $build],[ 61 60 RTEMS_HOST_CONFIG_SUBDIRS([tools/build]) 62 RTEMS_HOST_CONFIG_SUBDIRS([tools/cpu])61 ]) 63 62 64 63 AS_IF([test x"${enable_docs}" = x"yes"], … … 71 70 72 71 AC_CONFIG_FILES([Makefile 73 tools/Makefile74 72 make/Makefile 75 73 make/custom/Makefile
Note: See TracChangeset
for help on using the changeset viewer.