Changeset a44f9ca5 in rtems
- Timestamp:
- 11/13/00 22:51:54 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f6ef823a
- Parents:
- cd0324cf
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rcd0324cf ra44f9ca5 1 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> 2 3 * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: 4 Modified to reflect addition of LEON BSPs as well as the 5 no-FP ERC32 variant. 6 1 7 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
README.configure
rcd0324cf ra44f9ca5 183 183 powerpc : papyrus psim helas403 184 184 sh : gensh1 185 sparc : erc32 185 sparc : erc32 erc32nfp leon1 leon2 186 186 any : bare 187 187 -
aclocal/bsp-alias.m4
rcd0324cf ra44f9ca5 22 22 pck6) $2=pc386 ;; # i386 - PC with K6 23 23 bare*) $2=bare ;; # EXP: bare-aliases 24 erc32nfp) $2=erc32 ;; # erc32 without fpu 25 leon1) $2=leon ;; # leon without fpu 26 leon2) $2=leon ;; # leon with fpu 24 27 *) $2=$1;; 25 28 esac] -
aclocal/check-bsps.m4
rcd0324cf ra44f9ca5 29 29 motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";; 30 30 pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686 pck6";; 31 erc32) rtems_bsp="$rtems_bsp erc32 erc32nfp";; 32 leon) rtems_bsp="$rtems_bsp leon1 leon2";; 31 33 sim68000) rtems_bsp="$rtems_bsp sim68000 simcpu32";; 32 34 *) $1="[$]$1 $file";;
Note: See TracChangeset
for help on using the changeset viewer.