2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Use right default command for C compilations.

Patch from Spencer E. Olson


[SVN r59507]
This commit is contained in:
Vladimir Prus
2010-02-05 11:47:14 +00:00
parent 5b65f99a07
commit cd17ec86ea

View File

@@ -30,7 +30,7 @@ rule init ( version ? : command * : options * )
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) ;