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

    r2534 r2541  
    259259                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    260260if1of ($(ld_debug), split)
    261  $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.)
     261 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)
    262262endif
    263263endef
     
    290290                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    291291if1of ($(ld_debug), split)
    292  $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.)
     292 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)
    293293endif
    294294endef
     
    324324                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))
    325325if1of ($(ld_debug), split)
    326  $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.)
    327 endif
    328 endef
    329 
     326 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)
     327endif
     328endef
     329
Note: See TracChangeset for help on using the changeset viewer.