ToolChain: Rename RVCT toolchains to RVCT2

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-11-26 11:54:38 +01:00
parent 30989ff366
commit 2e09df3d9c
12 changed files with 30 additions and 30 deletions

View File

@@ -2135,7 +2135,7 @@ void DebuggerPluginPrivate::startExternalApplication()
sp.processArgs = dlg.executableArguments();
// Fixme: 1 of 3 testing hacks.
if (sp.processArgs.startsWith(__("@tcf@ ")) || sp.processArgs.startsWith(__("@sym@ ")))
sp.toolChainType = ToolChain_RVCT_ARMV5;
sp.toolChainType = ToolChain_RVCT2_ARMV5;
if (RunControl *rc = m_debuggerRunControlFactory->create(sp))