summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 04:39:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 04:39:15 +0000
commit6c9ef9ca534283684b0bf3f9f3c697bcd6ce887c (patch)
tree276b6b3738ab6e3594e144387c371b733cb40391 /cpukit
parentRemove (unsupported, no toolchain). (diff)
downloadrtems-6c9ef9ca534283684b0bf3f9f3c697bcd6ce887c.tar.bz2
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove nios2 (unsupported, no toolchain). * score/cpu/Makefile.am: Remove nios2 (unsupported, no toolchain).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac1
-rw-r--r--cpukit/score/cpu/Makefile.am1
3 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 416b38ca08..eb2a5431be 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Remove nios2 (unsupported, no toolchain).
+ * score/cpu/Makefile.am: Remove nios2 (unsupported, no toolchain).
+
+2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Remove c4x (dead port).
* score/cpu/Makefile.am: Remove c4x (dead port).
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index a52e0728f3..c65d9b51dc 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -320,7 +320,6 @@ score/cpu/m68k/Makefile
score/cpu/m32c/Makefile
score/cpu/m32r/Makefile
score/cpu/mips/Makefile
-score/cpu/nios2/Makefile
score/cpu/powerpc/Makefile
score/cpu/sh/Makefile
score/cpu/sparc/Makefile
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index 973f2e8b4e..c0650d148e 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -15,7 +15,6 @@ DIST_SUBDIRS += m32c
DIST_SUBDIRS += m32r
DIST_SUBDIRS += m68k
DIST_SUBDIRS += mips
-DIST_SUBDIRS += nios2
DIST_SUBDIRS += no_cpu
DIST_SUBDIRS += powerpc
DIST_SUBDIRS += sh