summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-19 03:16:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-19 03:16:27 +0000
commitee950a339c1d1cd9f16d3fdbc3c9564059b41ede (patch)
tree963e99a26b2562117c55d417a4053e1bb7bcd9d3 /c/src/configure.ac
parentRemove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V. (diff)
downloadrtems-ee950a339c1d1cd9f16d3fdbc3c9564059b41ede.tar.bz2
Move optman to the end of BSP_SUBDIRS.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 5259a3f328..d832b43290 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -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