Add toolchain wrapper for external toolchains
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 29 Apr 2011 11:09:26 +0000 (13:09 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 5 May 2011 21:38:58 +0000 (23:38 +0200)
commit85dc57f6fd2755d8f5b193f369dad35796e764c2
tree26b3731d84932c55f4e0fb9c65df01f48242dc1d
parent6721878972275695e74b4976f9d0779b5cb77e4e
Add toolchain wrapper for external toolchains

Add a simple toolchain wrapper for external toolchains, which forces the
correct sysroot/march/mtune/floating point options needed to use it
with buildroot.

With this in place the external toolchain behaves similar to the internal
ones, and the special handling can be removed. This also means that the
toolchain is usable outside buildroot without having to pass any special
compiler flags.

Also adjust the downloadable external toolchain support to install under
HOST_DIR so it can be used after the temporary build files are removed.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
package/Makefile.in
toolchain/toolchain-external/ext-tool.mk
toolchain/toolchain-external/ext-toolchain-wrapper.c [new file with mode: 0644]