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

    r2534 r2545  
    253253                -Zmap=$(outbase).map
    254254        $(QUIET)$(TOOL_GXX3OMF_LD) @$(outbase).rsp
    255 if1of ($(ld_debug), split)
    256  $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GXX3OMF.)
    257 endif
    258255endef
    259256
     
    287284                -Zmap=$(outbase).map
    288285        $(TOOL_GXX3OMF_LD) @$(outbase).rsp
    289 if1of ($(ld_debug), split)
    290  $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GXX3OMF.)
    291 endif
    292286endef
    293287
     
    321315                -Zmap=$(outbase).map
    322316        $(QUIET)$(TOOL_GXX3OMF_LD_SYSMOD) @$(outbase).rsp
    323 if1of ($(ld_debug), split)
    324  $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GXX3OMF.)
    325 endif
    326 endef
    327 
     317endef
     318
Note: See TracChangeset for help on using the changeset viewer.