Changeset 8e57762 in rtems
- Timestamp:
- 08/25/00 17:27:52 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6fe4d043
- Parents:
- f018b1a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rf018b1a r8e57762 1 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * make/custom/pck6.cfg: New file 4 * make/custom/pc486.cfg: Use -m486 5 * make/custom/pc586.cfg: Use -mpentium 6 * make/custom/pc686.cfg: Use -mmpentiumpro 7 * make/custom/i386ex.cfg: Use -msoft-float 8 * aclocal/check-bsps.h: 9 - Add pck6-BSP 10 - Exclude ChangeLog from being picked up as BSP 11 * aclocal/bsp-alias.m4: Add pck6-BSP 12 1 13 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 14 -
aclocal/bsp-alias.m4
rf018b1a r8e57762 20 20 pc586) $2=pc386 ;; # i386 - PC with Pentium 21 21 pc686) $2=pc386 ;; # i386 - PC with PentiumPro 22 pck6) $2=pc386 ;; # i386 - PC with K6 22 23 bare*) $2=bare ;; # EXP: bare-aliases 23 24 *) $2=$1;; -
aclocal/check-bsps.m4
rf018b1a r8e57762 13 13 for file in $files; do 14 14 case $file in 15 ChangeLog*);; 15 16 shared*);; 16 17 Makefile*);; … … 27 28 mbx8xx) rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";; 28 29 motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";; 29 pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686 ";;30 pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686 pck6";; 30 31 sim68000) rtems_bsp="$rtems_bsp simcpu32";; 31 32 *) $1="[$]$1 $file";;
Note: See TracChangeset
for help on using the changeset viewer.