VirtualBox

Changeset 1032 in kBuild


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

make the map file output optional just in case.

Location:
trunk/kBuild/tools
Files:
2 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))
  • 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette