summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:39:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:39:46 +0000
commit64166283f342aebd6e76af23e365c7f5b1ddc36c (patch)
treeadd7cd0abc2b503210e1a17fea01468e4c423b23 /testsuites
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-64166283f342aebd6e76af23e365c7f5b1ddc36c.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.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/aclocal/rtems-cpu-subdirs.m41
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 5bd98dc00b..6bb8a2e9fe 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/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.
+
2003-12-17 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-20031217-test.
diff --git a/testsuites/aclocal/rtems-cpu-subdirs.m4 b/testsuites/aclocal/rtems-cpu-subdirs.m4
index 19d880a14a..65f05bf750 100644
--- a/testsuites/aclocal/rtems-cpu-subdirs.m4
+++ b/testsuites/aclocal/rtems-cpu-subdirs.m4
@@ -18,7 +18,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]);;