sbsv1/abld/platform/ARMV5.mk
changeset 640 ac0bbc1e5d79
parent 631 9435b9008a58
equal deleted inserted replaced
639:0e65f93be3cb 640:ac0bbc1e5d79
   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