forked from qt-creator/qt-creator
ProjectExplorer: Retain original target triple for gcc toolchains
The target triple will be used by the Clang Static Analyzer. Change-Id: Ibf33fef286a4d3ad3f40be4d6d5c9f35881d3d46 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -234,7 +234,7 @@ void AndroidToolChain::setSecondaryToolChain(bool b)
|
||||
m_secondaryToolChain = b;
|
||||
}
|
||||
|
||||
QList<Abi> AndroidToolChain::detectSupportedAbis() const
|
||||
GccToolChain::DetectedAbisResult AndroidToolChain::detectSupportedAbis() const
|
||||
{
|
||||
return QList<Abi>() << targetAbi();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user