mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Merge 143bbe7089
into b4d81a130e
This commit is contained in:
commit
bcf3440356
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue