From fd9111eaa5cbf16a5ea8fdf73842290c9dd2bb8c Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Fri, 13 Jan 2012 19:16:02 +0000 Subject: [PATCH] Various sundry PGI fixes to get Boost.config working. [SVN r76464] --- src/tools/pgi.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pgi.jam b/src/tools/pgi.jam index 3a35c6447..90e827d5c 100644 --- a/src/tools/pgi.jam +++ b/src/tools/pgi.jam @@ -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) ;