1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +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:
brad 2014-04-14 11:44:17 +08:00 committed by Marc-Andre Laperle
parent a290bdac7e
commit 0a1d2637ac

View file

@ -523,7 +523,7 @@ public class Configuration extends BuildObject implements IConfiguration, IBuild
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
// the child of the selected configuration element, create an option/