$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59507 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2010-02-05 06:47:15
Author: vladimir_prus
Date: 2010-02-05 06:47:14 EST (Fri, 05 Feb 2010)
New Revision: 59507
URL: http://svn.boost.org/trac/boost/changeset/59507
Log:
Use right default command for C compilations.
Patch from Spencer E. Olson
Text files modified: 
   trunk/tools/build/v2/tools/pathscale.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/pathscale.jam
==============================================================================
--- trunk/tools/build/v2/tools/pathscale.jam	(original)
+++ trunk/tools/build/v2/tools/pathscale.jam	2010-02-05 06:47:14 EST (Fri, 05 Feb 2010)
@@ -30,7 +30,7 @@
   toolset.flags pathscale.compile.fortran90 OPTIONS $(condition) :
     [ feature.get-values <fflags> : $(options) ] : unchecked ;
 
-  command_c = $(command_c[1--2]) $(command[-1]:B=pathCC) ;
+  command_c = $(command_c[1--2]) $(command[-1]:B=pathcc) ;
 
   toolset.flags pathscale CONFIG_C_COMMAND $(condition) : $(command_c) ;