mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Various sundry PGI fixes to get Boost.config working.
[SVN r76464]
This commit is contained in:
@@ -29,7 +29,7 @@ rule init ( version ? : command * : options * )
|
||||
|
||||
common.handle-options pgi : $(condition) : $(l_command) : $(options) ;
|
||||
|
||||
command_c = $(command_c[1--2]) $(l_command[-1]:B=cc) ;
|
||||
command_c = $(command_c[1--2]) $(l_command[-1]:B=pgcc) ;
|
||||
|
||||
toolset.flags pgi CONFIG_C_COMMAND $(condition) : $(command_c) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user