Changeset 6dd184ce in rtems
- Timestamp:
- 02/14/03 19:43:28 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 52ffa3e
- Parents:
- 0404011
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r0404011 r6dd184ce 1 2003-02-14 Joel Sherrill <joel@OARcorp.com> 2 3 * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k 4 references. 5 1 6 2003-02-14 Till Straumann <strauman@slac.stanford.edu> 2 7 -
README.configure
r0404011 r6dd184ce 92 92 Solaris and HPUX. 93 93 94 a29k-rtems only standalone, uses non-gnu compiler95 94 arm-rtems 96 95 h8300-rtems … … 219 218 a future release: 220 219 221 a29k : portsw222 223 220 hppa1.1 : simhppa 224 221 … … 262 259 263 260 + Anything on Nextstep, HPUX and Irix. 264 + The a29k port265 261 + The C4x and OR32 ports (requires specially patched toolchain) 266 262 -
aclocal/rtems-cpu-subdirs.m4
r0404011 r6dd184ce 11 11 ## EDIT: If adding a new cpu to RTEMS, add it to the case block below. 12 12 case $RTEMS_CPU in 13 _RTEMS_CPU_SUBDIR([a29k],[$1]);;14 13 _RTEMS_CPU_SUBDIR([arm],[$1]);; 15 14 _RTEMS_CPU_SUBDIR([c4x],[$1]);;
Note: See TracChangeset
for help on using the changeset viewer.