Changeset 8e57762 in rtems for aclocal/check-bsps.m4


Ignore:
Timestamp:
08/25/00 17:27:52 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6fe4d043
Parents:
f018b1a
Message:

2000-08-17 Ralf Corsepius <corsepiu@…>

  • make/custom/pck6.cfg: New file
  • make/custom/pc486.cfg: Use -m486
  • make/custom/pc586.cfg: Use -mpentium
  • make/custom/pc686.cfg: Use -mmpentiumpro
  • make/custom/i386ex.cfg: Use -msoft-float
  • aclocal/check-bsps.h:
    • Add pck6-BSP
    • Exclude ChangeLog? from being picked up as BSP
  • aclocal/bsp-alias.m4: Add pck6-BSP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/check-bsps.m4

    rf018b1a r8e57762  
    1313    for file in $files; do
    1414      case $file in
     15        ChangeLog*);;
    1516        shared*);;
    1617        Makefile*);;
     
    2728        mbx8xx)            rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";;
    2829        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";;
    3031        sim68000)          rtems_bsp="$rtems_bsp simcpu32";;
    3132        *) $1="[$]$1 $file";;
Note: See TracChangeset for help on using the changeset viewer.