Changeset 1032 in kBuild
- Timestamp:
- Jun 4, 2007 1:59:24 AM (18 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 2 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)) -
trunk/kBuild/tools/GCC32.kmk
r1015 r1032 246 246 # @param $(custom_post) Custom step invoked after linking. 247 247 # @param $(outbase) Output basename (full). Use this for list files and such. 248 TOOL_GCC32_LINK_PROGRAM_OUTPUT = $(outbase).map 248 TOOL_GCC32_LINK_PROGRAM_OUTPUT = 249 TOOL_GCC32_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).map 249 250 TOOL_GCC32_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) 250 251 TOOL_GCC32_LINK_PROGRAM_DEPORD = … … 270 271 # @param $(custom_post) Custom step invoked after linking. 271 272 # @param $(outbase) Output basename (full). Use this for list files and such. 272 TOOL_GCC32_LINK_DLL_OUTPUT = $(outbase).map 273 TOOL_GCC32_LINK_DLL_OUTPUT = 274 TOOL_GCC32_LINK_DLL_OUTPUT_MAYBE = $(outbase).map 273 275 TOOL_GCC32_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) 274 276 TOOL_GCC32_LINK_DLL_DEPORD = … … 296 298 # @param $(custom_post) Custom step invoked after linking. 297 299 # @param $(outbase) Output basename (full). Use this for list files and such. 298 TOOL_GCC32_LINK_SYSMOD_OUTPUT = $(outbase).map 300 TOOL_GCC32_LINK_SYSMOD_OUTPUT = 301 TOOL_GCC32_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).map 299 302 TOOL_GCC32_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) 300 303 TOOL_GCC32_LINK_SYSMOD_DEPORD =
Note:
See TracChangeset
for help on using the changeset viewer.