Changeset 41f7564 in mainline for boot/boot.config
- Timestamp:
- 2006-07-17T00:53:53Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 231fcb2
- Parents:
- 41c4444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/boot.config
r41c4444 r41f7564 12 12 ! ARCH (choice) 13 13 14 # PPC32Compiler14 # Compiler 15 15 @ "cross" Cross-compiler 16 16 @ "native" Native 17 ! [ARCH=ppc32] PPC32_COMPILER (choice) 18 % [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER 19 20 # PPC64 Compiler 21 @ "cross" Cross-compiler 22 @ "native" Native 23 ! [ARCH=ppc64] PPC64_COMPILER (choice) 24 % [ARCH=ppc64] SAVEAS PPC64_COMPILER COMPILER 25 26 # MIPS32 Compiler 27 @ "cross" Cross-compiler 28 @ "native" Native 29 ! [ARCH=mips32] MIPS32_COMPILER (choice) 30 % [ARCH=mips32] SAVEAS MIPS32_COMPILER COMPILER 17 ! COMPILER (choice) 31 18 32 19 # Debug bootloader … … 39 26 @ "binary" Binary image (MSIM) 40 27 @ "ecoff" Ecoff image (GXEmul) 41 ! [ARCH=mips32] CONFIG_IMAGE (choice)28 ! [ARCH=mips32] IMAGE (choice)
Note:
See TracChangeset
for help on using the changeset viewer.