forked from qt-creator/qt-creator
Abi: Mips support
* Detect Mips in binaries * Parse mips gcc string properly * Add unit tests for both Thanks go to fralik from devnet for providing the test data!
This commit is contained in:
@@ -654,6 +654,10 @@ void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary_data()
|
||||
QTest::newRow("dynamic QtCore: arm linux 32bit")
|
||||
<< QString::fromLatin1("%1/abi/dynamic/arm-linux.so").arg(prefix)
|
||||
<< (QStringList() << QString::fromLatin1("arm-linux-generic-elf-32bit"));
|
||||
QTest::newRow("dynamic QtCore: mips linux 32bit")
|
||||
<< QString::fromLatin1("%1/abi/dynamic/mips-linux.so").arg(prefix)
|
||||
<< (QStringList() << QString::fromLatin1("mips-linux-generic-elf-32bit"));
|
||||
|
||||
}
|
||||
|
||||
void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary()
|
||||
|
||||
Reference in New Issue
Block a user