toolchain: have check_glibc to search deeper for ld-linux
authorJean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Fri, 12 Oct 2012 10:25:50 +0000 (10:25 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 20 Oct 2012 19:05:39 +0000 (21:05 +0200)
commitc8fd94218ee6284061552ca5de2256417a21bcb9
tree5a91dd7bb6f03f02cedde166191b3ec041c29814
parent7aed4faa9b0e6b21dba82ad5d3be5db796517580
toolchain: have check_glibc to search deeper for ld-linux

ld-linux*.so may not be present in lib/ directory, it could be
in lib32 and/or lib64 only. But check_glibc reports
"Incorrect selection of the C library" in this case, which is
not true.
Fixed by extending the search to  SYSROOT/*/*.

Signed-off-by: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/helpers.mk