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