Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The toolchain...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 14 Nov 2009 17:51:32 +0000 (17:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 14 Nov 2009 17:51:32 +0000 (17:51 +0000)
commit7a1602d7095aaed6a1bcd2202441cf5fd8b9675e
tree20413ea8cccccecca549250142d937d6ad76a726
parent1cd73da3268f1f74db4c2a1e7c0ecf06ab89881d
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
Config.in
target/Makefile
target/toolchain/Config.in [new file with mode: 0644]
target/toolchain/Makefile [new file with mode: 0644]
target/toolchain/files/README.TOOLCHAIN [new file with mode: 0644]
toolchain/gcc/Makefile
toolchain/gcc/files/wrapper.sh [new file with mode: 0755]