OSDN Git Service

Fix id of gcc toolchains to include the correct abi
authorDaniel Teske <daniel.teske@nokia.com>
Thu, 20 Oct 2011 16:24:51 +0000 (16:24 +0000)
committerTobias Hunger <tobias.hunger@nokia.com>
Fri, 21 Oct 2011 08:31:12 +0000 (10:31 +0200)
Change-Id: Ibdccea90c1a234a5c4ddaed27f0d50cb3204f603
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
src/plugins/projectexplorer/gcctoolchain.cpp

index d36d9de..1b8364b 100644 (file)
@@ -341,6 +341,7 @@ void GccToolChain::setTargetAbi(const Abi &abi)
 
     updateSupportedAbis();
     m_targetAbi = abi;
+    updateId();
     toolChainUpdated();
 }