[scripts] add ext-toolchain.sh, a utility for external toolchains
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 03:03:24 +0000 (03:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 03:03:24 +0000 (03:03 +0000)
commit9aa331c010634fb5aca9e9df68000b07d0d95184
tree5ad33ddeebb5ba1737343b9e98aca91b76e2b2e2
parentb9472111c553488b99920b06a87ac69a21d06815
[scripts] add ext-toolchain.sh, a utility for external toolchains
The ext-toolchain.sh utility script implements various external toolchain tasks:
  * Testing of available features, like c++, soft-float or ipv6 support
  * Finding the libc implementation (uclibc or eglibc/glibc)
  * Inferring the GNU target name
  * Finding shared objects for packaging (libc, libpthread, ...)
  * Finding executables for packaging (ldd, gdbserver, ...)
  * Generating wrapper scripts for toolchain commands

SVN-Revision: 29765
scripts/ext-toolchain.sh [new file with mode: 0755]