summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac8
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 686779a811..0822c6a038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Activate cpukit. Remove references to c/src/exec.
+
2002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
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