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. |