mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Bugfix : Bug 424919 - The toolchain name was wrong when create a new make file project
modified: Configuration.java Change-Id: I169dd9182eae66b31fca07c2abe42baecd350842 Signed-off-by: Brad Chiu <brad@andestech.com> Reviewed-on: https://git.eclipse.org/r/24931 Tested-by: Hudson CI Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
a290bdac7e
commit
0a1d2637ac
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ public class Configuration extends BuildObject implements IConfiguration, IBuild
|
||||||
|
|
||||||
String tcId = ManagedBuildManager.calculateChildId(tCh.getId(), null);
|
String tcId = ManagedBuildManager.calculateChildId(tCh.getId(), null);
|
||||||
|
|
||||||
IToolChain newChain = createToolChain(tCh, tcId, tCh.getId(), false);
|
IToolChain newChain = createToolChain(tCh, tcId, tCh.getName(), false);
|
||||||
|
|
||||||
// For each option/option category child of the tool-chain that is
|
// For each option/option category child of the tool-chain that is
|
||||||
// the child of the selected configuration element, create an option/
|
// the child of the selected configuration element, create an option/
|
||||||
|
|
Loading…
Add table
Reference in a new issue