external toolchain: slightly optimize the copy of the toolchain sysroot
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Oct 2011 19:20:09 +0000 (21:20 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 9 Oct 2011 19:24:58 +0000 (21:24 +0200)
commit2c23e937660f43131f68f6cbf2ff3fe3d0417032
tree5e3de6e678cfc021dc4d4796c8e1ada1cd849616
parentcec7128dc1a30880523011a115ff52d7a27c403d
external toolchain: slightly optimize the copy of the toolchain sysroot

The sysroot of an ARM CodeSourcery toolchain takes about 1.4 GB of
space, but 1.1+ GB of this space consists in locale-related
information which Buildroot doesn't use. By skipping the copy of those
unused files, we save quite a bit of time while importing the
toolchain sysroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/helpers.mk