summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cpu/ChangeLog4
-rw-r--r--tools/cpu/configure.ac4
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 0009cb48f4..b8570fbc23 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-24 Ralf Corsepius <ralf_corsepiu@rtems.org>
+
+ * configure.ac: Remove RTEMS_CPU_SUBDIRS.
+
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: DIST_SUBDIRS = @subdirs@.
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index 060f45eb84..1ac171ad27 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -18,7 +18,9 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
-RTEMS_CPU_SUBDIRS
+case "$RTEMS_CPU" in
+sh ) AC_CONFIG_SUBDIRS(sh);;
+esac
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])