forked from qt-creator/qt-creator
WINSCW: Fix bit width of WINSCW ABIs
This should unbreak WINSCW support Task-number: QTCREATORBUG-4560 Reviewed-by: Robert Loehning
This commit is contained in:
@@ -145,7 +145,7 @@ ProjectExplorer::Abi WinscwToolChain::targetAbi() const
|
||||
{
|
||||
return ProjectExplorer::Abi(ProjectExplorer::Abi::ArmArchitecture, ProjectExplorer::Abi::SymbianOS,
|
||||
ProjectExplorer::Abi::SymbianEmulatorFlavor,
|
||||
ProjectExplorer::Abi::ElfFormat, false);
|
||||
ProjectExplorer::Abi::ElfFormat, 32);
|
||||
}
|
||||
|
||||
bool WinscwToolChain::isValid() const
|
||||
|
Reference in New Issue
Block a user