Changeset 8e57762 in rtems for aclocal/bsp-alias.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/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;;
Note: See TracChangeset for help on using the changeset viewer.