VirtualBox

Changeset 1033 in kBuild


Ignore:
Timestamp:
Jun 4, 2007 2:00:11 AM (18 years ago)
Author:
bird
Message:

make the map file output optional just in case. (it probably shouldn't be here in the first place...)

File:
1 edited

Legend:

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

    r1015 r1033  
    233233# @param    $(custom_post)  Custom step invoked after linking.
    234234# @param    $(outbase)  Output basename (full). Use this for list files and such.
    235 TOOL_GCC3PLAIN_LINK_PROGRAM_OUTPUT = $(outbase).map
     235TOOL_GCC3PLAIN_LINK_PROGRAM_OUTPUT =
     236TOOL_GCC3PLAIN_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map
    236237TOOL_GCC3PLAIN_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    237238                $(filter %.def, $(othersrc))
     
    258259# @param    $(custom_post)  Custom step invoked after linking.
    259260# @param    $(outbase)  Output basename (full). Use this for list files and such.
    260 TOOL_GCC3PLAIN_LINK_DLL_OUTPUT = $(outbase).map
     261TOOL_GCC3PLAIN_LINK_DLL_OUTPUT =
     262TOOL_GCC3PLAIN_LINK_DLL_OUTPUT_MAYBE = $(outbase).map
    261263TOOL_GCC3PLAIN_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    262264                $(filter %.def, $(othersrc))
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