The Buildroot user manual
buildroot.org › downloads › manualWhen using an external toolchain, Buildroot generates a wrapper program, that transparently passes the appropriate options (according to the configuration) to the external toolchain programs. In case you need to debug this wrapper to check exactly what arguments are passed, you can set the environment variable BR2_DEBUG_WRAPPER to either one of:
The Buildroot user manual
https://buildroot.org/downloads/manual/manual.htmlUse a predefined external toolchain profile, but instead of having Buildroot download and extract the toolchain, you can tell Buildroot where your toolchain is already installed on your system. Just select the toolchain profile in Toolchain through the available ones, unselect Download toolchain automatically , and fill the Toolchain path text entry with the path to your cross-compiling …