kernel/eka/compsupp/bld.inf
branchGCC_SURGE
changeset 146 eb29190b8a37
parent 145 ec910f1bb750
child 154 eafca448bc37
equal deleted inserted replaced
145:ec910f1bb750 146:eb29190b8a37
    26 gcce/gcce.h                 SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/)
    26 gcce/gcce.h                 SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/)
    27 
    27 
    28 symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
    28 symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
    29 
    29 
    30 compsupp.iby                /epoc32/rom/include/
    30 compsupp.iby                /epoc32/rom/include/
       
    31 
       
    32 #if defined(GCCE)
       
    33 // Workaround for GCCE builds
       
    34 // Export the generic binaries which are currently only built with RVCT
       
    35 
       
    36 :zip rt_generic_export.zip
       
    37 :zip rt_3_1_export.zip
       
    38 #endif
    31 
    39 
    32 
    40 
    33 PRJ_MMPFILES
    41 PRJ_MMPFILES
    34 
    42 
    35 #if !defined GCCXML
    43 #if !defined GCCXML
    85 option  FILE  $(EXTENSION_ROOT)/rt_4_0_export.zip
    93 option  FILE  $(EXTENSION_ROOT)/rt_4_0_export.zip
    86 option  TODIR $(EPOCROOT)
    94 option  TODIR $(EPOCROOT)
    87 end
    95 end
    88 #endif
    96 #endif
    89 
    97 
    90 // Workaround for GCCE builds
       
    91 // Export the generic binaries which are currently only built with RVCT
       
    92 
       
    93 #if defined(GCCE)
       
    94 start extension tools/compsupp
       
    95 option  FILE  $(EXTENSION_ROOT)/rt_generic_export.zip
       
    96 option  TODIR $(EPOCROOT)
       
    97 end
       
    98 #endif
       
    99 
       
   100 #endif // #if !defined GCCXML
    98 #endif // #if !defined GCCXML
   101 
    99 
   102 
   100