Subject: [Boost-commit] svn:boost r68762 - trunk/tools/build/v2/tools
From: kbelco_at_[hidden]
Date: 2011-02-10 13:25:45


Author: noel_belcourt
Date: 2011-02-10 13:25:44 EST (Thu, 10 Feb 2011)
New Revision: 68762
URL: http://svn.boost.org/trac/boost/changeset/68762

Log:
Break Pathscale 3.2 build while trying to bring up 4.x.

Remove pathscale.jam AR rule to see if we can link with
4.x. Will figure out later how to support both, if
necessary.

Text files modified:
   trunk/tools/build/v2/tools/pathscale.jam | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/tools/build/v2/tools/pathscale.jam
==============================================================================
--- trunk/tools/build/v2/tools/pathscale.jam (original)
+++ trunk/tools/build/v2/tools/pathscale.jam 2011-02-10 13:25:44 EST (Thu, 10 Feb 2011)
@@ -161,7 +161,7 @@
 }
 
 # Declare action for creating static libraries
-actions piecemeal archive
-{
- "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)"
-}
+# actions piecemeal archive
+# {
+# "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)"
+# }