blob: 1de8dcb5bc278cf424c7a6b72dba1d3ca1f0632c (
plain)
1
2
3
4
5
6
7
8
|
config BR2_EXPORT_TOOLCHAIN
bool "Create script exporting toolchain to home directory"
default n
help
This will generate a batchfile which, if run
will add the Buildroot toolchain to the user PATH
The file is called "$(ARCH)-uclibc-gcc-$(GCC_VERSION).sh"
|