Move optman to the end of BSP_SUBDIRS.

This commit is contained in:
Ralf Corsepius
2005-09-19 03:16:27 +00:00
parent f1f6f2e0cd
commit ee950a339c

View File

@@ -132,7 +132,6 @@ RTEMS_BSP_CONFIG_SUBDIR(
## Note: the order of the directories below is essential
AC_CONFIG_SUBDIRS([make])
BSP_SUBDIRS="$BSP_SUBDIRS make"
BSP_SUBDIRS="$BSP_SUBDIRS optman"
RTEMS_CPU_SUBDIRS(lib/libcpu)
if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then
@@ -166,6 +165,8 @@ BSP_SUBDIRS="$BSP_SUBDIRS support"
BSP_SUBDIRS="$BSP_SUBDIRS ada"
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
BSP_SUBDIRS="$BSP_SUBDIRS optman"
AC_ARG_ENABLE([ada],
[AS_HELP_STRING(--enable-ada,enable ada support)],
[case "${enable_ada}" in