summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:45:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:45:20 +0000
commit161624c6de95c2ecfb72e603b0dda5f8aefbf0f0 (patch)
tree96b69218f91abb2ef5c7dfe2546ee79f23286e8a
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-161624c6de95c2ecfb72e603b0dda5f8aefbf0f0.tar.bz2
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port more completely covers the MIPS family.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/aclocal/rtems-cpu-subdirs.m41
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4600285b74..fa32e053a2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
+ more completely covers the MIPS family.
+
2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to library Makefile.ams.
diff --git a/cpukit/aclocal/rtems-cpu-subdirs.m4 b/cpukit/aclocal/rtems-cpu-subdirs.m4
index 16ed4205e3..260e9fcd43 100644
--- a/cpukit/aclocal/rtems-cpu-subdirs.m4
+++ b/cpukit/aclocal/rtems-cpu-subdirs.m4
@@ -19,7 +19,6 @@ _RTEMS_CPU_SUBDIR([i386],[$1]);;
_RTEMS_CPU_SUBDIR([i960],[$1]);;
_RTEMS_CPU_SUBDIR([m68k],[$1]);;
_RTEMS_CPU_SUBDIR([mips],[$1]);;
-_RTEMS_CPU_SUBDIR([mips64orion],[$1]);;
_RTEMS_CPU_SUBDIR([no_cpu],[$1]);;
_RTEMS_CPU_SUBDIR([or32],[$1]);;
_RTEMS_CPU_SUBDIR([powerpc],[$1]);;