Re: [PATCH] tools/liblockdep: Fix linker error in case of cross compile.

2015-04-25 Thread Sasha Levin
On 04/24/2015 12:36 AM, Eunbong Song wrote: > > If we try to cross compile liblockdep, even if we set the CROSS_COMPILE > variable > the linker error can occur because LD is not set with CROSS_COMPILE. > This patch adds "LD" can be set automatically with CROSS_COMPILE variable so > fixes linker e

[PATCH] tools/liblockdep: Fix linker error in case of cross compile.

2015-04-23 Thread Eunbong Song
If we try to cross compile liblockdep, even if we set the CROSS_COMPILE variable the linker error can occur because LD is not set with CROSS_COMPILE. This patch adds "LD" can be set automatically with CROSS_COMPILE variable so fixes linker error problem. Signed-off-by: Eunbong Song --- tools/li