From af2b583d802d59045b1b516b671d67c0bbdf605e Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 5 Feb 2010 11:47:14 +0000 Subject: [PATCH] Use right default command for C compilations. Patch from Spencer E. Olson [SVN r59507] --- v2/tools/pathscale.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/pathscale.jam b/v2/tools/pathscale.jam index 1a81444e1..4a12479e3 100644 --- a/v2/tools/pathscale.jam +++ b/v2/tools/pathscale.jam @@ -30,7 +30,7 @@ rule init ( version ? : command * : options * ) toolset.flags pathscale.compile.fortran90 OPTIONS $(condition) : [ feature.get-values : $(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) ;