Changeset 8e57762 in rtems


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
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rf018b1a r8e57762  
     12000-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
    1132000-08-10      Joel Sherrill <joel@OARcorp.com>
    214
  • aclocal/bsp-alias.m4

    rf018b1a r8e57762  
    2020    pc586)        $2=pc386            ;; # i386 - PC with Pentium
    2121    pc686)        $2=pc386            ;; # i386 - PC with PentiumPro
     22    pck6)         $2=pc386            ;; # i386 - PC with K6
    2223    bare*)        $2=bare             ;; # EXP: bare-aliases
    2324    *)            $2=$1;;
  • 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.