forked from qt-creator/qt-creator
ABI: Add sh architecture
* incl. unit test Change-Id: Id56f713104cf05cb25fc788fa8b06a9df90b417b Reviewed-on: http://codereview.qt-project.org/5398 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -315,6 +315,7 @@ bool MemoryAgent::isBigEndian(const ProjectExplorer::Abi &a)
|
||||
case ProjectExplorer::Abi::X86Architecture:
|
||||
case ProjectExplorer::Abi::ItaniumArchitecture: // Configureable
|
||||
case ProjectExplorer::Abi::ArmArchitecture: // Configureable
|
||||
case ProjectExplorer::Abi::ShArchitecture: // Configureable
|
||||
break;
|
||||
case ProjectExplorer::Abi::MipsArchitecture: // Configureable
|
||||
case ProjectExplorer::Abi::PowerPCArchitecture: // Configureable
|
||||
|
||||
Reference in New Issue
Block a user