Changeset 696 for trunk/kBuild/tools/GCC3OMF.kmk
- Timestamp:
- Dec 10, 2006, 8:16:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3OMF.kmk
r667 r696 97 97 TOOL_GCC3OMF_COMPILE_C_DEPORD = 98 98 define TOOL_GCC3OMF_COMPILE_C_CMDS 99 $( TOOL_GCC3OMF_CC) -c\99 $(QUIET)$(TOOL_GCC3OMF_CC) -c\ 100 100 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 101 101 -Wp,-MD,$(dep) -Wp,-MT,$(obj) -Wp,-MP \ … … 122 122 TOOL_GCC3OMF_COMPILE_CXX_DEPORD = 123 123 define TOOL_GCC3OMF_COMPILE_CXX_CMDS 124 $( TOOL_GCC3OMF_CXX) -c\124 $(QUIET)$(TOOL_GCC3OMF_CXX) -c\ 125 125 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 126 126 -Wp,-MD,$(dep) -Wp,-MT,$(obj) -Wp,-MP \ … … 147 147 TOOL_GCC3OMF_COMPILE_AS_DEPORD = 148 148 define TOOL_GCC3OMF_COMPILE_AS_CMDS 149 $( TOOL_GCC3OMF_AS) -c\149 $(QUIET)$(TOOL_GCC3OMF_AS) -c\ 150 150 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 151 151 -Wp,-MD,$(dep) -Wp,-MT,$(obj) -Wp,-MP\ … … 169 169 TOOL_GCC3OMF_LINK_LIBRARY_DEPORD = 170 170 define TOOL_GCC3OMF_LINK_LIBRARY_CMDS 171 $( if $(filter %.def %.imp,$(othersrc)),$(TOOL_GCC3OMF_AR_IMP) -o $(out) $(filter %.def %.imp,$(othersrc)),)172 $( TOOL_GCC3OMF_AR) $(flags) $(out) $(objs) $(filter %.a %.lib,$(othersrc))171 $(QUIET)$(if $(filter %.def %.imp,$(othersrc)),$(TOOL_GCC3OMF_AR_IMP) -o $(out) $(filter %.def %.imp,$(othersrc)),) 172 $(QUIET)$(TOOL_GCC3OMF_AR) $(flags) $(out) $(objs) $(filter %.a %.lib,$(othersrc)) 173 173 endef 174 174 … … 193 193 TOOL_GCC3OMF_LINK_PROGRAM_DEPORD = 194 194 define TOOL_GCC3OMF_LINK_PROGRAM_CMDS 195 $( TOOL_GCC3OMF_LD) $(flags) -o $(out) $(objs)\195 $(QUIET)$(TOOL_GCC3OMF_LD) $(flags) -o $(out) $(objs)\ 196 196 $(filter %.def, $(othersrc))\ 197 197 $(foreach p,$(libpath), -L$(p))\ … … 220 220 TOOL_GCC3OMF_LINK_DLL_DEPORD = 221 221 define TOOL_GCC3OMF_LINK_DLL_CMDS 222 $( TOOL_GCC3OMF_LD) $(TOOL_GCC3OMF_LDFLAGS.dll) $(flags) -o $(out) $(objs)\222 $(QUIET)$(TOOL_GCC3OMF_LD) $(TOOL_GCC3OMF_LDFLAGS.dll) $(flags) -o $(out) $(objs)\ 223 223 $(filter %.def, $(othersrc))\ 224 224 $(foreach p,$(libpath), -L$(p))\ … … 246 246 TOOL_GCC3OMF_LINK_SYSMOD_DEPORD = 247 247 define TOOL_GCC3OMF_LINK_SYSMOD_CMDS 248 $( TOOL_GCC3OMF_LD_SYSMOD) $(TOOL_GCC3OMF_LDFLAGS.sysmod) $(flags) -o $(out) $(objs)\248 $(QUIET)$(TOOL_GCC3OMF_LD_SYSMOD) $(TOOL_GCC3OMF_LDFLAGS.sysmod) $(flags) -o $(out) $(objs)\ 249 249 $(filter %.def, $(othersrc))\ 250 250 $(foreach p,$(libpath), -L$(p))\
Note:
See TracChangeset
for help on using the changeset viewer.