sbsv2/raptor/notes/x86_initial.txt
changeset 630 31ef8a13d4f4
parent 625 a1925fb7753a
equal deleted inserted replaced
629:541af5ee3ed9 630:31ef8a13d4f4
    20 
    20 
    21 sbs -c x86
    21 sbs -c x86
    22 sbs -c x86_urel
    22 sbs -c x86_urel
    23 sbs -c x86_udeb
    23 sbs -c x86_udeb
    24 
    24 
    25 If a component supports a build for X86GCC or ARMV5 then it will support a
    25 A component supports a build using the above x86 configurations if its
    26 build using Raptor's x86 support if requested i.e. if one of the above build
    26 bld.inf file has an empty or missing PRJ_PLATFORMS section or PRJ_PLATFORMS is
    27 configurations is used and, for example, the component's bld.inf file has an
    27 populated specifically with X86, DEFAULT, BASEDEFAULT or BASEUSERDEFAULT.
    28 empty PRJ_PLATFORMS section or PRJ_PLATFORMS is populated with X86GCC, ARMV5,
       
    29 DEFAULT, BASEDEFAULT etc.
       
    30 
    28 
    31 The above x86 group and aliases check that the GCC installation is version 3.4.5
    29 The above x86 group and aliases check that the GCC installation is version 3.4.5
    32 but, other than that, it is the end user's responsibility to provide a toolchain
    30 but, other than that, it is the end user's responsibility to provide a toolchain
    33 that is suitable for an x86 build; currently the x86 build requires a custom
    31 that is suitable for an x86 build; currently the x86 build requires a custom
    34 GCC toolchain that differs from vanilla MinGW releases.
    32 GCC toolchain that differs from vanilla MinGW releases.