summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 19:43:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 19:43:28 +0000
commit6dd184ce97d0b1100ed504110411386fef0d9257 (patch)
tree9d908c3b3f8645690657c6a3d180396ac5d22399
parent2003-02-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6dd184ce97d0b1100ed504110411386fef0d9257.tar.bz2
2003-02-14 Joel Sherrill <joel@OARcorp.com>
* README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k references.
-rw-r--r--ChangeLog5
-rw-r--r--README.configure4
-rw-r--r--aclocal/rtems-cpu-subdirs.m41
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fc945fc9e2..3462dc9834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-14 Joel Sherrill <joel@OARcorp.com>
+
+ * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
+ references.
+
2003-02-14 Till Straumann <strauman@slac.stanford.edu>
PR 347/rtems
diff --git a/README.configure b/README.configure
index 899b2276d1..27f72594ec 100644
--- a/README.configure
+++ b/README.configure
@@ -91,7 +91,6 @@ The following targets are supported:
(none) will build the host-based version on Linux,
Solaris and HPUX.
- a29k-rtems only standalone, uses non-gnu compiler
arm-rtems
h8300-rtems
i386-rtems
@@ -218,8 +217,6 @@ any : bare
The following ports are considered deprecated and will be removed in
a future release:
-a29k : portsw
-
hppa1.1 : simhppa
mips64orion : (deprecated)
@@ -261,7 +258,6 @@ The native (posix) ports have been built and run only on Linux.
The following configurations have NOT been tested:
+ Anything on Nextstep, HPUX and Irix.
- + The a29k port
+ The C4x and OR32 ports (requires specially patched toolchain)
8. Prerequisites
diff --git a/aclocal/rtems-cpu-subdirs.m4 b/aclocal/rtems-cpu-subdirs.m4
index fecb3b95b4..19d880a14a 100644
--- a/aclocal/rtems-cpu-subdirs.m4
+++ b/aclocal/rtems-cpu-subdirs.m4
@@ -10,7 +10,6 @@ AC_DEFUN([RTEMS_CPU_SUBDIRS],
[
## EDIT: If adding a new cpu to RTEMS, add it to the case block below.
case $RTEMS_CPU in
-_RTEMS_CPU_SUBDIR([a29k],[$1]);;
_RTEMS_CPU_SUBDIR([arm],[$1]);;
_RTEMS_CPU_SUBDIR([c4x],[$1]);;
_RTEMS_CPU_SUBDIR([h8300],[$1]);;