Changeset 41f7564 in mainline for boot/boot.config


Ignore:
Timestamp:
2006-07-17T00:53:53Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
231fcb2
Parents:
41c4444
Message:

cleanup and unify the build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/boot.config

    r41c4444 r41f7564  
    1212! ARCH (choice)
    1313
    14 # PPC32 Compiler
     14# Compiler
    1515@ "cross" Cross-compiler
    1616@ "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)
    3118
    3219# Debug bootloader
     
    3926@ "binary" Binary image (MSIM)
    4027@ "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.