summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--README.configure16
-rw-r--r--aclocal/rtems-cpu-subdirs.m41
3 files changed, 7 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 3feace96fd..3d1ff8e6ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2003-09-26 Joel Sherrill <joel@OARcorp.com>
+
+ * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
diff --git a/README.configure b/README.configure
index 27f72594ec..f8c8954deb 100644
--- a/README.configure
+++ b/README.configure
@@ -92,14 +92,14 @@ The following targets are supported:
Solaris and HPUX.
arm-rtems
+ c4x-rtems
h8300-rtems
i386-rtems
i960-rtems
- hppa1.1-rtems
m68k-rtems
mips-rtems
- mips64orion-rtems
no_cpu-rtems
+ or32-rtems
powerpc-rtems
sh-rtems
sparc-rtems
@@ -214,17 +214,9 @@ sparc : erc32 erc32nfp leon1 leon2
any : bare
-The following ports are considered deprecated and will be removed in
-a future release:
+The following ports were considered obsoleted after the 4.6 releases
+and were removed: a29k, hppa, and mips64orion.
-hppa1.1 : simhppa
-
-mips64orion : (deprecated)
- p4600 p4650 (p4000 port with either R4600 or R4650)
-
- NOTE: MIPS support is NOT being dropped. This is a clean up
- effort and the mips64orion BSPs and CPUs will be
- supported by the mips port.
5. Makefile structure
=====================
diff --git a/aclocal/rtems-cpu-subdirs.m4 b/aclocal/rtems-cpu-subdirs.m4
index 19d880a14a..a974ce76be 100644
--- a/aclocal/rtems-cpu-subdirs.m4
+++ b/aclocal/rtems-cpu-subdirs.m4
@@ -13,7 +13,6 @@ case $RTEMS_CPU in
_RTEMS_CPU_SUBDIR([arm],[$1]);;
_RTEMS_CPU_SUBDIR([c4x],[$1]);;
_RTEMS_CPU_SUBDIR([h8300],[$1]);;
-_RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
_RTEMS_CPU_SUBDIR([i386],[$1]);;
_RTEMS_CPU_SUBDIR([i960],[$1]);;
_RTEMS_CPU_SUBDIR([m68k],[$1]);;