sbsv1/abld/platform/ARMV5.mk
changeset 631 9435b9008a58
parent 599 fa7a3cc6effd
equal deleted inserted replaced
630:31ef8a13d4f4 631:9435b9008a58
   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