mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 02:47:13 +08:00
2003-02-14 Joel Sherrill <joel@OARcorp.com>
* README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k references.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]);;
|
||||
|
||||
Reference in New Issue
Block a user