Changeset 1032 for trunk/kBuild/tools/GCC3.kmk
- Timestamp:
- Jun 4, 2007, 3:59:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r1015 r1032 253 253 # @param $(custom_post) Custom step invoked after linking. 254 254 # @param $(outbase) Output basename (full). Use this for list files and such. 255 TOOL_GCC3_LINK_PROGRAM_OUTPUT = $(outbase).map 255 TOOL_GCC3_LINK_PROGRAM_OUTPUT = 256 TOOL_GCC3_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map 256 257 TOOL_GCC3_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\ 257 258 $(filter %.def, $(othersrc)) … … 279 280 # @param $(custom_post) Custom step invoked after linking. 280 281 # @param $(outbase) Output basename (full). Use this for list files and such. 281 TOOL_GCC3_LINK_DLL_OUTPUT = $(outbase).map 282 TOOL_GCC3_LINK_DLL_OUTPUT = 283 TOOL_GCC3_LINK_DLL_OUTPUT_MAYBE = $(outbase).map 282 284 TOOL_GCC3_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\ 283 285 $(filter %.def, $(othersrc)) … … 307 309 # @param $(custom_post) Custom step invoked after linking. 308 310 # @param $(outbase) Output basename (full). Use this for list files and such. 309 TOOL_GCC3_LINK_SYSMOD_OUTPUT = $(outbase).map 311 TOOL_GCC3_LINK_SYSMOD_OUTPUT = 312 TOOL_GCC3_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).map 310 313 TOOL_GCC3_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\ 311 314 $(filter %.def, $(othersrc))
Note:
See TracChangeset
for help on using the changeset viewer.