Changeset 1315 for trunk/kBuild/tools/XGCCAMD64LINUX.kmk
- Timestamp:
- Dec 2, 2007, 6:59:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/XGCCAMD64LINUX.kmk
r848 r1315 202 202 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 203 203 $(QUIET)$(APPEND) $(out).ar-script 'END' 204 ifdef KMK_USE_REDIRECT 205 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M 206 else 204 207 $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script 208 endif 205 209 endef 206 210 else … … 213 217 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 214 218 $(QUIET)$(APPEND) $(out).ar-script "END" 219 ifdef KMK_USE_REDIRECT 220 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M 221 else 215 222 $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script 223 endif 216 224 endef 217 225 endif
Note:
See TracChangeset
for help on using the changeset viewer.