From cd17ec86ea348841db045d24a7da2c7bc7675934 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] --- src/tools/pathscale.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pathscale.jam b/src/tools/pathscale.jam index 1a81444e1..4a12479e3 100644 --- a/src/tools/pathscale.jam +++ b/src/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) ;