Changeset 2775 for trunk/kBuild/tools/GCC3.kmk
- Timestamp:
- Feb 3, 2015, 9:00:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r2774 r2775 238 238 $(QUIET)$(APPEND) -n $(out).ar-script \ 239 239 $(foreach o,$(objs), 'ADDMOD $(o)') \ 240 $(foreach o,$(filter-out %.def %.imp ,$(othersrc)), 'ADDLIB $(o)')241 $(if $(filter %.def %.imp ,$(othersrc))\242 ,$(TOOL_GCC3_AR_IMP) -o $(outbase).imp.a $(filter %.def %.imp ,$(othersrc))\240 $(foreach o,$(filter-out %.def %.imp %.dll,$(othersrc)), 'ADDLIB $(o)') 241 $(if $(filter %.def %.imp %.dll,$(othersrc))\ 242 ,$(TOOL_GCC3_AR_IMP) -o $(outbase).imp.a $(filter %.def %.imp %.dll,$(othersrc))\ 243 243 $(NL)$(TAB)$(QUIET)$(APPEND) $(out).ar-script 'ADDLIB $(outbase).imp.a') 244 244 $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
Note:
See TracChangeset
for help on using the changeset viewer.