kumquat-buildroot/toolchain/elf2flt
Thomas Petazzoni 85e3090a92 elf2flt: fix build when zlib is not installed on the host
For a reason that's fairly unclear to me, Peter added a '-lz' link
flag to the elf2flt.mk build in d5664ee99 ("elf2flt: fix link").

However, the zlib library may not necessarily be installed on the host
machine, so we should depend on host-zlib, and pass the appropriate
LDFLAGS. This is what this patch does.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-27 23:50:54 +02:00
..
elf2flt sh: Fix Buildroot sh targets to match gnuconfig targets 2011-07-18 23:26:12 +02:00
Config.in Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
elf2flt.mk elf2flt: fix build when zlib is not installed on the host 2013-05-27 23:50:54 +02:00