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

    r1015 r1032  
    253253# @param    $(custom_post)  Custom step invoked after linking.
    254254# @param    $(outbase)  Output basename (full). Use this for list files and such.
    255 TOOL_GCC3_LINK_PROGRAM_OUTPUT = $(outbase).map
     255TOOL_GCC3_LINK_PROGRAM_OUTPUT =
     256TOOL_GCC3_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map
    256257TOOL_GCC3_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    257258                $(filter %.def, $(othersrc))
     
    279280# @param    $(custom_post)  Custom step invoked after linking.
    280281# @param    $(outbase)  Output basename (full). Use this for list files and such.
    281 TOOL_GCC3_LINK_DLL_OUTPUT = $(outbase).map
     282TOOL_GCC3_LINK_DLL_OUTPUT =
     283TOOL_GCC3_LINK_DLL_OUTPUT_MAYBE = $(outbase).map
    282284TOOL_GCC3_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    283285                $(filter %.def, $(othersrc))
     
    307309# @param    $(custom_post)  Custom step invoked after linking.
    308310# @param    $(outbase)  Output basename (full). Use this for list files and such.
    309 TOOL_GCC3_LINK_SYSMOD_OUTPUT = $(outbase).map
     311TOOL_GCC3_LINK_SYSMOD_OUTPUT =
     312TOOL_GCC3_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).map
    310313TOOL_GCC3_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    311314                $(filter %.def, $(othersrc))
Note: See TracChangeset for help on using the changeset viewer.