Changeset 1315 for trunk/kBuild/tools/GCC3.kmk
- Timestamp:
- Dec 2, 2007, 6:59:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r1259 r1315 223 223 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 224 224 $(QUIET)$(APPEND) $(out).ar-script 'END' 225 ifdef KMK_USE_REDIRECT 226 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC3_AR) -M 227 else 225 228 $(QUIET)$(TOOL_GCC3_AR) -M < $(out).ar-script 229 endif 226 230 endef 227 231
Note:
See TracChangeset
for help on using the changeset viewer.