2
0
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:
K. Noel Belcourt
2012-01-13 19:16:02 +00:00
parent 495bb4732a
commit fd9111eaa5

View File

@@ -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) ;