diff --git a/mipspro-tools.jam b/mipspro-tools.jam index 37f4ebd64..9aa5e6762 100644 --- a/mipspro-tools.jam +++ b/mipspro-tools.jam @@ -96,5 +96,5 @@ rule Archive-action actions updated together piecemeal mipspro-Archive-action { - "$(MIPSPRO_BIN_DIRECTORY)/ar" ru$(ARFLAGS) "$(<:T)" "$(>:T)" + "$(MIPSPRO_BIN_DIRECTORY)/CC" -ar $(CFLAGS) $(C++FLAGS) -o "$(<:T)" "$(>:T)" } diff --git a/v1/mipspro-tools.jam b/v1/mipspro-tools.jam index 37f4ebd64..9aa5e6762 100644 --- a/v1/mipspro-tools.jam +++ b/v1/mipspro-tools.jam @@ -96,5 +96,5 @@ rule Archive-action actions updated together piecemeal mipspro-Archive-action { - "$(MIPSPRO_BIN_DIRECTORY)/ar" ru$(ARFLAGS) "$(<:T)" "$(>:T)" + "$(MIPSPRO_BIN_DIRECTORY)/CC" -ar $(CFLAGS) $(C++FLAGS) -o "$(<:T)" "$(>:T)" }