Ignore:
Timestamp:
Dec 2, 2007, 6:59:27 AM (18 years ago)
Author:
bird
Message:

More KMK_USE_REDIRECT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC64.kmk

    r1259 r1315  
    218218        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    219219        $(QUIET)$(APPEND) $(out).ar-script 'END'
     220ifdef KMK_USE_REDIRECT
     221        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC64_AR) -M
     222else
    220223        $(QUIET)$(TOOL_GCC64_AR) -M < $(out).ar-script
     224endif
    221225endef
    222226
Note: See TracChangeset for help on using the changeset viewer.