From d0587e06c6fd3f7aba657c66cc12e690432d44fd Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Thu, 10 Feb 2011 18:25:44 +0000 Subject: [PATCH] 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. [SVN r68762] --- v2/tools/pathscale.jam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/tools/pathscale.jam b/v2/tools/pathscale.jam index b5aa910d7..67f3396dd 100644 --- a/v2/tools/pathscale.jam +++ b/v2/tools/pathscale.jam @@ -161,7 +161,7 @@ actions link.dll bind LIBRARIES } # Declare action for creating static libraries -actions piecemeal archive -{ - "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)" -} +# actions piecemeal archive +# { +# "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)" +# }