diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-21 17:11:33 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-21 17:11:33 +0000 |
commit | 85c7bde99ee2db7ea865032ef497f3b78ced9e75 (patch) | |
tree | 21082b3cd9b3e27782767b20430bf9d3457380b4 /toolchain/export-toolchain/Config.in | |
parent | 9ad7d650041d4bb8ba640ea48d4fa7d6f44c2e57 (diff) |
Allow creating a script for external use of Buildroot toolchain
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" + |