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:
@@ -116,7 +116,7 @@ void QnxToolChain::setNdkPath(const QString &ndkPath)
|
||||
}
|
||||
|
||||
// qcc doesn't support a "-dumpmachine" option to get supported abis
|
||||
QList<Abi> QnxToolChain::detectSupportedAbis() const
|
||||
GccToolChain::DetectedAbisResult QnxToolChain::detectSupportedAbis() const
|
||||
{
|
||||
return qccSupportedAbis();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user