[buildroot] use ext-toolchain.sh to integrate external toolchains
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 03:08:09 +0000 (03:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 03:08:09 +0000 (03:08 +0000)
commit7df0e51e5a2749877b848d8cd58bda4bedf5b25e
tree5882c76d27659554dfaae43b1c02487bdd358478
parent9aa331c010634fb5aca9e9df68000b07d0d95184
[buildroot] use ext-toolchain.sh to integrate external toolchains
Use ext-toolchain.sh to wrap external toolchain commands,
abort build if certain features such as CONFIG_SOFT_FLOAT or
CONFIG_IPV6 are enabled but not supported by the toolchain.

SVN-Revision: 29766
rules.mk
toolchain/Makefile
toolchain/wrapper/Makefile [new file with mode: 0644]