diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-14 17:51:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-14 17:51:32 +0000 |
commit | 44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233 (patch) | |
tree | 16c4cab9ac6425cf1588707a608dbba763fbeeea /target/toolchain/files/README.TOOLCHAIN | |
parent | ac141eb6675f822dc00e67cd47224a230ce01864 (diff) | |
download | upstream-44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233.tar.gz upstream-44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233.tar.bz2 upstream-44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233.zip |
Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The toolchain will zipped and saved under $(TOPDIR)/bin directory.
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
SVN-Revision: 18419
Diffstat (limited to 'target/toolchain/files/README.TOOLCHAIN')
-rw-r--r-- | target/toolchain/files/README.TOOLCHAIN | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/toolchain/files/README.TOOLCHAIN b/target/toolchain/files/README.TOOLCHAIN new file mode 100644 index 0000000000..40bfccceb4 --- /dev/null +++ b/target/toolchain/files/README.TOOLCHAIN @@ -0,0 +1,2 @@ +This is the OpenWrt SDK. It contains just the toolchain created +by buildroot. |