Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-28 08:24:04


The patch wasn't quite right, but I cleaned it up and applied it. Please
test.

Thanks,
Dave

----- Original Message -----
From: "Richard Hadsell" <hadsell_at_[hidden]>
To: "Boost" <boost_at_[hidden]>
Sent: Wednesday, March 27, 2002 6:07 PM
Subject: [boost] mipspro-Archive-action improvement

> In tools/build/mipspro-tools.jam the action that builds an archive
library should use 'CC -a'
> instead of 'ar' to build the library. CC knows to instantiate any
template functions that the
> library object files require. This is a possible fix, based on the
Boost 1.27.0 release:
>
> @@ -96,5 +96,5 @@
>
> 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) ;
> }
>
> --
> Dick Hadsell 914-259-6320 Fax: 914-259-6499
> Reply-to: hadsell_at_[hidden]
> Blue Sky Studios http://www.blueskystudios.com
> 44 South Broadway, White Plains, NY 10601
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk