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:
Nikolai Kosjar
2016-03-04 15:33:16 +01:00
parent 110959bef6
commit 5c030a4336
7 changed files with 58 additions and 17 deletions

View File

@@ -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();
}