Ignore:
Timestamp:
Aug 2, 2011, 4:13:06 PM (14 years ago)
Author:
bird
Message:

tools/G*: split debug info - work in progress.

File:
1 edited

Legend:

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

    r2431 r2534  
    253253                -Zmap=$(outbase).map
    254254        $(QUIET)$(TOOL_GXX3OMF_LD) @$(outbase).rsp
     255if1of ($(ld_debug), split)
     256 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GXX3OMF.)
     257endif
    255258endef
    256259
     
    284287                -Zmap=$(outbase).map
    285288        $(TOOL_GXX3OMF_LD) @$(outbase).rsp
     289if1of ($(ld_debug), split)
     290 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GXX3OMF.)
     291endif
    286292endef
    287293
     
    315321                -Zmap=$(outbase).map
    316322        $(QUIET)$(TOOL_GXX3OMF_LD_SYSMOD) @$(outbase).rsp
    317 endef
    318 
     323if1of ($(ld_debug), split)
     324 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GXX3OMF.)
     325endif
     326endef
     327
Note: See TracChangeset for help on using the changeset viewer.