[scripts] add ext-toolchain.sh, a utility for external toolchains
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Jan 2012 03:03:24 +0000 (03:03 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Jan 2012 03:03:24 +0000 (03:03 +0000)
commitbe99e06ec864511c5b9973924334d216c7e44c3f
tree5ad33ddeebb5ba1737343b9e98aca91b76e2b2e2
parent220fd247bc60cd5eaf43477bc4a63b8e6dea8be7
[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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29765 3c298f89-4303-0410-b956-a3cf2f4a3e73
scripts/ext-toolchain.sh [new file with mode: 0755]
This page took 0.029137 seconds and 4 git commands to generate.