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/GXX.kmk

    r2541 r2545  
    206206        $(QUIET)$(TOOL_GXX_LD) $(flags) -o $(out) $(objs) \
    207207                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    208 if1of ($(ld_debug), split)
    209  $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX.)
    210 endif
    211208endef
    212209
     
    231228        $(QUIET)$(TOOL_GXX_LD) $(TOOL_GXX_LDFLAGS.dll) $(flags) -o $(out) $(objs) \
    232229                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    233 if1of ($(ld_debug), split)
    234  $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX.)
    235 endif
    236 endef
    237 
     230endef
     231
Note: See TracChangeset for help on using the changeset viewer.