Ignore:
Timestamp:
Jun 4, 2007, 3:59:24 AM (18 years ago)
Author:
bird
Message:

make the map file output optional just in case.

File:
1 edited

Legend:

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

    r1015 r1032  
    246246# @param    $(custom_post)  Custom step invoked after linking.
    247247# @param    $(outbase)  Output basename (full). Use this for list files and such.
    248 TOOL_GCC32_LINK_PROGRAM_OUTPUT = $(outbase).map
     248TOOL_GCC32_LINK_PROGRAM_OUTPUT =
     249TOOL_GCC32_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map
    249250TOOL_GCC32_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))
    250251TOOL_GCC32_LINK_PROGRAM_DEPORD =
     
    270271# @param    $(custom_post)  Custom step invoked after linking.
    271272# @param    $(outbase)  Output basename (full). Use this for list files and such.
    272 TOOL_GCC32_LINK_DLL_OUTPUT = $(outbase).map
     273TOOL_GCC32_LINK_DLL_OUTPUT =
     274TOOL_GCC32_LINK_DLL_OUTPUT_MAYBE = $(outbase).map
    273275TOOL_GCC32_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))
    274276TOOL_GCC32_LINK_DLL_DEPORD =
     
    296298# @param    $(custom_post)  Custom step invoked after linking.
    297299# @param    $(outbase)  Output basename (full). Use this for list files and such.
    298 TOOL_GCC32_LINK_SYSMOD_OUTPUT = $(outbase).map
     300TOOL_GCC32_LINK_SYSMOD_OUTPUT =
     301TOOL_GCC32_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).map
    299302TOOL_GCC32_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))
    300303TOOL_GCC32_LINK_SYSMOD_DEPORD =
Note: See TracChangeset for help on using the changeset viewer.