HomeSort by relevance Sort by last modified time
    Searched refs:ToolChainList (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 174 ToolChainList = TargetTxt.TargetTxtDictionary[DataType.TAB_TAT_DEFINES_TOOL_CHAIN_TAG]
175 if ToolChainList == None or len(ToolChainList) == 0:
177 if len(ToolChainList) != 1:
179 GenFdsGlobalVariable.ToolChainTag = ToolChainList[0]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 750 self.ToolChainList = BuildOptions.ToolChain
    [all...]

Completed in 66 milliseconds