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/GCC3.kmk

    r1259 r1315  
    223223        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    224224        $(QUIET)$(APPEND) $(out).ar-script 'END'
     225ifdef KMK_USE_REDIRECT
     226        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC3_AR) -M
     227else
    225228        $(QUIET)$(TOOL_GCC3_AR) -M < $(out).ar-script
     229endif
    226230endef
    227231
Note: See TracChangeset for help on using the changeset viewer.