Ignore:
Timestamp:
Sep 13, 2011, 9:09:05 PM (14 years ago)
Author:
bird
Message:

tools/G*.kmk: Don't try warn about unsupported ld_debug. Double evaluation makes it show up even if ld_debug is not 'split'.

File:
1 edited

Legend:

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

    r2541 r2545  
    258258                $(foreach p,$(libpath), -L$(p))\
    259259                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    260 if1of ($(ld_debug), split)
    261  $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)
    262 endif
    263260endef
    264261
     
    289286                $(foreach p,$(libpath), -L$(p))\
    290287                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    291 if1of ($(ld_debug), split)
    292  $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)
    293 endif
    294288endef
    295289
     
    323317                $(foreach p,$(libpath), -L$(p))\
    324318                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    325 if1of ($(ld_debug), split)
    326  $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)
    327 endif
    328 endef
    329 
     319endef
     320
Note: See TracChangeset for help on using the changeset viewer.