Ignore:
Timestamp:
Aug 3, 2011, 11:51:30 AM (14 years ago)
Author:
bird
Message:

tools/G*: debug splitting.

File:
1 edited

Legend:

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

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