summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 43bf6970bd..44075c8c54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,11 +65,9 @@ AS_IF([test x"${enable_docs}" = x"yes"],
[RTEMS_HOST_CONFIG_SUBDIRS([doc])])
RTEMS_TARGET_CONFIG_SUBDIRS([c/make])
-if test x"$enable_multilib" = x"yes"; then
-RTEMS_TARGET_CONFIG_SUBDIRS([c/src/exec])
-# FIXME: Not yet
-# RTEMS_TARGET_CONFIG_SUBDIRS([c/src/lib])
-fi
+AS_IF([test x"$enable_multilib" = x"yes"],[
+ RTEMS_TARGET_CONFIG_SUBDIRS([cpukit])
+])
RTEMS_TARGET_CONFIG_SUBDIRS([c])
AC_CONFIG_FILES([Makefile