Changeset fd808ba in rtems
- Timestamp:
- 08/21/98 12:48:44 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ab09043a
- Parents:
- 3f6b1ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/HOWTO
r3f6b1ba rfd808ba 42 42 the GNU C/C++ Cross Compiler Toolset'. 43 43 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 45 either: 46 47 + 'i386-elf' to indicate an 'i386-rtemself' toolset, or 48 + 'i386' to indicate an 'i386-rtems' toolset. 46 49 47 50 … … 55 58 options: 56 59 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 62 67 63 68
Note: See TracChangeset
for help on using the changeset viewer.