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:
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user