Changeset 1315 for trunk/kBuild/tools/GXX64.kmk
- Timestamp:
- Dec 2, 2007, 6:59:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GXX64.kmk
r1259 r1315 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT 221 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M 222 else 220 223 $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script 224 endif 221 225 endef 222 226 else … … 229 233 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 230 234 $(QUIET)$(APPEND) $(out).ar-script "END" 235 ifdef KMK_USE_REDIRECT 236 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M 237 else 231 238 $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script 239 endif 232 240 endef 233 241 endif
Note:
See TracChangeset
for help on using the changeset viewer.