Changeset 5e8552a4 in rtems
- Timestamp:
- 09/26/03 21:41:25 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f29151e1
- Parents:
- effa4417
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
reffa4417 r5e8552a4 1 2003-09-26 Joel Sherrill <joel@OARcorp.com> 2 3 * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port. 1 4 2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 5 -
README.configure
reffa4417 r5e8552a4 93 93 94 94 arm-rtems 95 c4x-rtems 95 96 h8300-rtems 96 97 i386-rtems 97 98 i960-rtems 98 hppa1.1-rtems99 99 m68k-rtems 100 100 mips-rtems 101 mips64orion-rtems102 101 no_cpu-rtems 102 or32-rtems 103 103 powerpc-rtems 104 104 sh-rtems … … 215 215 any : bare 216 216 217 The following ports are considered deprecated and will be removed in 218 a future release: 219 220 hppa1.1 : simhppa 221 222 mips64orion : (deprecated) 223 p4600 p4650 (p4000 port with either R4600 or R4650) 224 225 NOTE: MIPS support is NOT being dropped. This is a clean up 226 effort and the mips64orion BSPs and CPUs will be 227 supported by the mips port. 217 The following ports were considered obsoleted after the 4.6 releases 218 and were removed: a29k, hppa, and mips64orion. 219 228 220 229 221 5. Makefile structure -
aclocal/rtems-cpu-subdirs.m4
reffa4417 r5e8552a4 14 14 _RTEMS_CPU_SUBDIR([c4x],[$1]);; 15 15 _RTEMS_CPU_SUBDIR([h8300],[$1]);; 16 _RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;17 16 _RTEMS_CPU_SUBDIR([i386],[$1]);; 18 17 _RTEMS_CPU_SUBDIR([i960],[$1]);;
Note: See TracChangeset
for help on using the changeset viewer.