2003-02-14 Joel Sherrill <joel@OARcorp.com>

* README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
	references.
This commit is contained in:
Joel Sherrill
2003-02-14 19:43:28 +00:00
parent 04040112b6
commit 6dd184ce97
3 changed files with 5 additions and 5 deletions
+5
View File
@@ -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
-4
View File
@@ -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
-1
View File
@@ -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]);;