From 161624c6de95c2ecfb72e603b0dda5f8aefbf0f0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Jan 2004 20:45:20 +0000 Subject: [PATCH] 2004-01-07 Joel Sherrill * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port more completely covers the MIPS family. --- cpukit/ChangeLog | 5 +++++ cpukit/aclocal/rtems-cpu-subdirs.m4 | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port + more completely covers the MIPS family. + 2004-01-07 Ralf Corsepius * 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]);;