sbsv1_os/e32toolp/platform/ARMV5.mk
branchRCL_3
changeset 73 22bdd8a90cc4
parent 18 99082257a271
equal deleted inserted replaced
62:7416fe50a180 73:22bdd8a90cc4
   341 #---------------------------------------------------------
   341 #---------------------------------------------------------
   342 # Options controlling generation of Linker Warnings/Errors
   342 # Options controlling generation of Linker Warnings/Errors
   343 #---------------------------------------------------------
   343 #---------------------------------------------------------
   344 
   344 
   345 # Option to control the Linker warnings
   345 # Option to control the Linker warnings
   346 LD_WARNINGS_CONTROL_OPTION=--diag_suppress 6331,6780
   346 LD_WARNINGS_CONTROL_OPTION=--diag_suppress 6331,6780,6319 --keep *(.init) --keep *(.fini) --keep *(.init_array) --keep *(.fini_array) 
   347 
   347 
   348 # Option to suppress the Linker errors
   348 # Option to suppress the Linker errors
   349 LD_ERRORS_CONTROL_OPTION=
   349 LD_ERRORS_CONTROL_OPTION=
   350 
   350 
   351 # Option to modify the Linker warnings and errors for Symbian OS
   351 # Option to modify the Linker warnings and errors for Symbian OS