m3g/m3gcore11/group/m3g.mmp
changeset 45 36b2e23a8629
parent 36 01a6848ebfd7
equal deleted inserted replaced
36:01a6848ebfd7 45:36b2e23a8629
    28 // Modify default options to optimize for speed over size in this module.
    28 // Modify default options to optimize for speed over size in this module.
    29 OPTION ARMCC -O3 -Otime
    29 OPTION ARMCC -O3 -Otime
    30 ALWAYS_BUILD_AS_ARM
    30 ALWAYS_BUILD_AS_ARM
    31 
    31 
    32 // Uncomment the following flags to enable ARMv6 and/or VFP optimizations.
    32 // Uncomment the following flags to enable ARMv6 and/or VFP optimizations.
    33 //#define __ARMV6_SUPPORT
    33 #define __ARMV6_SUPPORT
    34 //#define __VFPV2_SUPPORT
    34 #define __VFPV2_SUPPORT
    35 
    35 
    36 #ifdef ARMCC
    36 #ifdef ARMCC
    37 #ifdef __ARMV6_SUPPORT
    37 #ifdef __ARMV6_SUPPORT
    38 MACRO			M3G_HW_ARMV6
    38 MACRO			M3G_HW_ARMV6
    39 OPTION_REPLACE ARMCC --cpu 6
    39 OPTION_REPLACE ARMCC --cpu 6