Changeset fd808ba in rtems


Ignore:
Timestamp:
08/21/98 12:48:44 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ab09043a
Parents:
3f6b1ba
Message:

Fixed discrepancies noted by John Oleynick <johno@…>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/HOWTO

    r3f6b1ba rfd808ba  
    4242the GNU C/C++ Cross Compiler Toolset'.
    4343
    44     When running the 'bit' script you should use the 'i386-elf'
    45 configuration.
     44    When running the 'bit' script you should specift the argumetn as
     45either:
     46
     47   +  'i386-elf' to indicate an 'i386-rtemself' toolset, or
     48   +  'i386' to indicate an 'i386-rtems' toolset.
    4649
    4750
     
    5558options:
    5659
    57       --target=i386-rtems
    58 
    59       --enable-rtemsbsp=pc386
    60 
    61       --prefix=i386-rtems
     60      + with an i386-rtemself toolset
     61          --target=i386-rtemself
     62          --enable-rtemsbsp=pc386
     63
     64      + with an i386-rtems toolset
     65          --target=i386-rtems
     66          --enable-rtemsbsp=pc386
    6267
    6368 
Note: See TracChangeset for help on using the changeset viewer.