View | Details | Raw Unified | Return to bug 156901 | Differences between
and this patch

Collapse All | Expand All

(-)devel/boost-libs/files/patch-tools_build_v2_tools_gcc.jam (-1 / +1 lines)
Lines 5-11 Link Here
5
     # Information about the gcc command...
5
     # Information about the gcc command...
6
     #   The command.
6
     #   The command.
7
-    local command = [ common.get-invocation-command gcc : g++ : $(command) ] ;
7
-    local command = [ common.get-invocation-command gcc : g++ : $(command) ] ;
8
+    local command = [ common.get-invocation-command gcc : %%CXX%% : $(command) ] ;
8
+    local command = [ common.get-invocation-command gcc : g++ : %%CXX%% ] ;
9
     #   The root directory of the tool install.
9
     #   The root directory of the tool install.
10
     local root = [ feature.get-values <root> : $(options) ] ;
10
     local root = [ feature.get-values <root> : $(options) ] ;
11
     #   The bin directory where to find the command to execute.
11
     #   The bin directory where to find the command to execute.
(-)devel/boost-python-libs/files/patch-tools_build_v2_tools_gcc.jam (-1 / +1 lines)
Lines 5-11 Link Here
5
     # Information about the gcc command...
5
     # Information about the gcc command...
6
     #   The command.
6
     #   The command.
7
-    local command = [ common.get-invocation-command gcc : g++ : $(command) ] ;
7
-    local command = [ common.get-invocation-command gcc : g++ : $(command) ] ;
8
+    local command = [ common.get-invocation-command gcc : %%CXX%% : $(command) ] ;
8
+    local command = [ common.get-invocation-command gcc : g++ : %%CXX%% ] ;
9
     #   The root directory of the tool install.
9
     #   The root directory of the tool install.
10
     local root = [ feature.get-values <root> : $(options) ] ;
10
     local root = [ feature.get-values <root> : $(options) ] ;
11
     #   The bin directory where to find the command to execute.
11
     #   The bin directory where to find the command to execute.
(-)devel/boost-pyste/files/patch-tools_build_v2_tools_gcc.jam (-1 / +1 lines)
Lines 5-11 Link Here
5
     # Information about the gcc command...
5
     # Information about the gcc command...
6
     #   The command.
6
     #   The command.
7
-    local command = [ common.get-invocation-command gcc : g++ : $(command) ] ;
7
-    local command = [ common.get-invocation-command gcc : g++ : $(command) ] ;
8
+    local command = [ common.get-invocation-command gcc : %%CXX%% : $(command) ] ;
8
+    local command = [ common.get-invocation-command gcc : g++ : %%CXX%% ] ;
9
     #   The root directory of the tool install.
9
     #   The root directory of the tool install.
10
     local root = [ feature.get-values <root> : $(options) ] ;
10
     local root = [ feature.get-values <root> : $(options) ] ;
11
     #   The bin directory where to find the command to execute.
11
     #   The bin directory where to find the command to execute.

Return to bug 156901