1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
This commit is contained in:
John Moule 2025-06-02 23:02:19 +01:00 committed by GitHub
commit bcf3440356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,6 +154,7 @@ public class GCCUserToolChainProvider implements IUserToolChainProvider {
toolChains.add(newtc);
newtc.addProperty(ID, gcc.getId());
newtc.addProperty(TYPE, gcc.getTypeId());
newtc.addProperty(ARCH, gcc.getProperty(IToolChain.ATTR_ARCH));
newtc.addProperty(PATH, gcc.getPath().toString());