summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:51:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:51:05 +0000
commit8d93706a4d7e97fe02065cf6c011dbcbf0225220 (patch)
tree30d96c188cb87c07d7e2a9890a28739580d141b8
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8d93706a4d7e97fe02065cf6c011dbcbf0225220.tar.bz2
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port more completely covers the MIPS family.
-rw-r--r--ChangeLog5
-rw-r--r--aclocal/bsp-alias.m42
-rw-r--r--aclocal/rtems-cpu-subdirs.m41
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 386bd128cc..93131b87e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
+ removed as mips port more completely covers the MIPS family.
+
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* README.configure: Reflect requireing autoconf-2.59 and
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index aee2ecab1e..f1430b079e 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -14,8 +14,6 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
mtx603e) $2=motorola_powerpc ;; # Motorola PPC board variant
mvme162lx) $2=mvme162 ;; # m68k - mvme162 board variant
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
- p4600) $2=p4000 ;; # mips64orion - p4000 board w/IDT 4600
- p4650) $2=p4000 ;; # mips64orion - p4000 board w/IDT 4650
mbx8*) $2=mbx8xx ;; # MBX821/MBX860 board
pc386dx) $2=pc386 ;; # i386 - PC w/o FPU
pc486) $2=pc386 ;; # i386 - PC with i486DX
diff --git a/aclocal/rtems-cpu-subdirs.m4 b/aclocal/rtems-cpu-subdirs.m4
index a974ce76be..b4a0686204 100644
--- a/aclocal/rtems-cpu-subdirs.m4
+++ b/aclocal/rtems-cpu-subdirs.m4
@@ -17,7 +17,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]);;