[Buildroot] svn commit: trunk/buildroot/package

Hamish Moffatt hamish at cloud.net.au
Thu Jan 10 10:42:23 UTC 2008


On Thu, Jan 10, 2008 at 01:29:06AM -0800, ulf at uclibc.org wrote:
> Log:
> Use host ldconfig, if external toolchain is used
> 
> +ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
> +TARGET_LDCONFIG=/sbin/ldconfig
> +else
>  TARGET_LDCONFIG=$(TARGET_CROSS)ldconfig
> +endif

How can that be right? What does it fix?

The cross-ldconfig analyses the cross-libraries to produce a
ld.so.cache suitable for the target. 

uclibc provies a suitable ldconfig and buildroot is already 
building me an armeb-uclibc-ldconfig here so everything works fine.


Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list