Ignore:
Timestamp:
Aug 2, 2011, 4:13:06 PM (14 years ago)
Author:
bird
Message:

tools/G*: split debug info - work in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC3PLAIN.kmk

    r2431 r2534  
    258258                $(foreach p,$(libpath), -L$(p))\
    259259                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
     260if1of ($(ld_debug), split)
     261 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.)
     262endif
    260263endef
    261264
     
    286289                $(foreach p,$(libpath), -L$(p))\
    287290                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
     291if1of ($(ld_debug), split)
     292 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.)
     293endif
    288294endef
    289295
     
    317323                $(foreach p,$(libpath), -L$(p))\
    318324                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    319 endef
    320 
     325if1of ($(ld_debug), split)
     326 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.)
     327endif
     328endef
     329
Note: See TracChangeset for help on using the changeset viewer.