-
-
Notifications
You must be signed in to change notification settings - Fork 617
gccprefix
Home > [Project API](Project API) > gccprefix
The gccprefix function sets a prefix to be prepended to commands used by the GCC toolchain.
gccprefix ("prefix")
GCC toolsets, and cross-compilers in particular, typically have some common prefix prepended to all tools in the GCC quite. This prefix will be prepended to all tools in the GCC suite.
Prefixes are usually composed of multiple segments separated by '-', and the prefix should contain the final dash.
For instance, a toolchain of the style powerpc-eabi-gcc
should have gccprefix powerpc-eabi-
.
Solutions, projects, and project configurations.
A gccprefix string which is to be prepended to the GCC tools.
The current project gccprefix, or nil if no gccprefix has been set.
Set a GCC prefix to be prepended to the compiler tools.
gccprefix "powerpc-eabi-"