diff options
Diffstat (limited to 'toolchain/export-toolchain/Config.in')
-rw-r--r-- | toolchain/export-toolchain/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/export-toolchain/Config.in b/toolchain/export-toolchain/Config.in new file mode 100644 index 000000000..1de8dcb5b --- /dev/null +++ b/toolchain/export-toolchain/Config.in @@ -0,0 +1,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" + |