summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-09-24 03:54:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-09-24 03:54:21 +0000
commit76bc393deb474096467bf1261fd3af4757c2b60e (patch)
tree8efc30d8676efbe65c628b28be53f49ceca7a942
parent2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-76bc393deb474096467bf1261fd3af4757c2b60e.tar.bz2
2004-09-24 Ralf Corsepius <ralf_corsepiu@rtems.org>
* configure.ac: Remove RTEMS_CPU_SUBDIRS.
-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])