ext-toolchain.sh: add option to write .config Add a new --config option to generate...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 23:46:06 +0000 (23:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jan 2012 23:46:06 +0000 (23:46 +0000)
commit796231d95c495c4b077235d36f956cd26074a89c
treed42b076948160dc7a46aee1fbb78ed54a4f48252
parent3a794cde8c2878ae6376ba4d95e0c9fd56a1c3fd
ext-toolchain.sh: add option to write .config Add a new --config option to generate a .config from a given toolchain, this allows for easy integration of external toolchains, e.g.

  ./scripts/ext-toolchain.sh --toolchain /opt/mips-2011.03 --cflags "-muclibc" --config atheros

to setup a ready-to-compile atheros target using the external CodeSourcery toolchain.

SVN-Revision: 29780
scripts/ext-toolchain.sh