From a8f25e010aaaf927b5ef71f9fd2ee4555e665ba2 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] --- src/tools/pathscale.jam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tools/pathscale.jam b/src/tools/pathscale.jam index b5aa910d7..67f3396dd 100644 --- a/src/tools/pathscale.jam +++ b/src/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 "$(<)" "$(>)" +# }