Index: qcc.jam =================================================================== --- qcc.jam 2009-01-14 14:31:12.993848000 +0000 +++ qcc.jam 2010-11-26 13:31:46.573258200 +0000 @@ -27,8 +27,8 @@ # Set typed target suffixes used by the qcc toolset. -type.set-generated-target-suffix OBJ : qcc : o ; -type.set-generated-target-suffix STATIC_LIB : qcc : a ; +type.set-generated-target-suffix OBJ : qcc qnxnto : o ; +type.set-generated-target-suffix STATIC_LIB : qcc qnxnto : a ; # Initializes the qcc toolset for the given version. If necessary, command may @@ -223,7 +223,7 @@ actions piecemeal archive { $(RM) "$(<)" - ar rc "$(<)" "$(>)" + ntox86-ar rc "$(<)" "$(>)" }