commit | d1e40e592678b8955a8ed36bdeaf42929822302e | [log] [tgz] |
---|---|---|
author | Eunbong Song <eunb.song@samsung.com> | Fri Apr 24 04:36:27 2015 +0000 |
committer | Sasha Levin <sasha.levin@oracle.com> | Wed May 13 06:09:09 2015 -0400 |
tree | b99bbfddda4ed31acfad9308916715b21882e17d | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
tools/liblockdep: Fix linker error in case of cross compile 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 <eunb.song@samsung.com> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>