]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
toolchain-external: support toolchains with lib32 directories
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Fri, 19 Jul 2013 12:25:18 +0000 (14:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 14:28:24 +0000 (16:28 +0200)
commit650106b52ed217e075310570e8057edc692a8bfe
treeb618c4b9e8d90b3d593c54140124a5c560ebb14b
parent519f7fbb1e1fb6bf8d59b6ec544bf1f19cf57dcf
toolchain-external: support toolchains with lib32 directories

Some toolchains, like the Cavium Networks' one, have lib32/ and lib64/
directories, while the standard lib/ is empty. To find libc.a, buildroot
currently only looks in lib/ and lib64/. This patch extends the search
to lib32/ as well.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/ext-tool.mk