summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 04:42:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 04:42:23 +0000
commit08f77590eda36a359e72bde4618849aba88667a4 (patch)
tree017ba89a7056aa9060ef609429c7e34109caff22 /tools
parent2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-08f77590eda36a359e72bde4618849aba88667a4.tar.bz2
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove nios2 (unsupported, no toolchain).
Diffstat (limited to 'tools')
-rw-r--r--tools/cpu/ChangeLog6
-rw-r--r--tools/cpu/configure.ac1
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 0409926cbe..39813c9940 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,4 +1,8 @@
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove nios2 (unsupported, no toolchain).
+
+y2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index a815822de7..9d3054a100 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -20,7 +20,6 @@ AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
case "$RTEMS_CPU" in
sh ) AC_CONFIG_SUBDIRS(sh);;
-nios2 ) AC_CONFIG_SUBDIRS(nios2);;
esac
# Explicitly list all Makefiles here