[Buildroot] [PATCH 1/1] toolchain-external: Improve lib subdirectory matching

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Sep 3 13:41:19 UTC 2014


Dear Bai Yingjie,

On Wed,  3 Sep 2014 21:29:14 +0800, Bai Yingjie wrote:
> Some external toolchain provides lib32-fp which supports FPU instructions
> as well as lib32 in sys-root/usr, but lib32-fp can't be matched and
> in consequence causes a compile error.
> 
> The toolchain in this case is OCTEON mips64 toolchain, and the CFLAGS
> cause the issue is -march=octeon3.
> 
> This patch improves the matching by accepting lib(32|64)?([^/]*)? as lib
> name.
> 
> Signed-off-by: Bai Yingjie <byj.tea at gmail.com>

Thanks for this contribution! Is this toolchain available publicly? The
problem I have is that if the toolchain is not available, then we have
no way to test if future changes to the external toolchain logic will
not break the support for this toolchain.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list