Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Toolchain ¶
type Toolchain interface { GetArchiver() (tool string, flags []string) GetAssembler() (tool string, flags []string) GetCCompiler() (tool string, flags []string) GetCXXCompiler() (tool string, flags []string) GetLinker() Linker GetStripFlags() []string GetLibraryTocFlags() []string CheckFlagIsSupported(language, flag string) bool Is64BitOnly() bool }
type ToolchainSet ¶
type ToolchainSet struct {
// contains filtered or unexported fields
}
func (*ToolchainSet) Configure ¶
func (tcs *ToolchainSet) Configure(props *config.Properties)
func (*ToolchainSet) GetToolchain ¶
func (tcs *ToolchainSet) GetToolchain(tgt TgtType) Toolchain
Source Files ¶
Click to show internal directories.
Click to hide internal directories.