Index: tools/intel-linux.jam =================================================================== --- tools/intel-linux.jam (revision 85962) +++ tools/intel-linux.jam (working copy) @@ -17,6 +17,9 @@ import type ; import numbers ; +.AR = xiar ; + + feature.extend-subfeature toolset intel : platform : linux ; toolset.inherit-generators intel-linux @@ -246,5 +249,9 @@ "$(CONFIG_COMMAND)" -L"$(LINKPATH)" -Wl,-R$(SPACE)-Wl,"$(RPATH)" -o "$(<)" -Wl,-soname$(SPACE)-Wl,$(<[1]:D=) -shared "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST) $(OPTIONS) $(USER_OPTIONS) } +actions piecemeal archive +{ + "$(.AR)" $(AROPTIONS) rcs "$(<)" "$(>)" +}