Fix id of gcc toolchains to include the correct abi

Change-Id: Ibdccea90c1a234a5c4ddaed27f0d50cb3204f603
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Daniel Teske
2011-10-20 16:24:51 +00:00
committed by Tobias Hunger
parent b1915231b4
commit 5849eae904

View File

@@ -341,6 +341,7 @@ void GccToolChain::setTargetAbi(const Abi &abi)
updateSupportedAbis();
m_targetAbi = abi;
updateId();
toolChainUpdated();
}