summaryrefslogtreecommitdiffstats
path: root/rules/host-lz4.make
Commit message (Collapse)AuthorAgeFilesLines
* host-lz4: Do not build a target binaryAlexander Stein2018-02-011-1/+1
| | | | | | | | | | | | | | | Using $(CROSS_ENV) results in a target binary, which is obviously wrong for a host tool. $ file platform-sdcard/sysroot-host/bin/lz4 platform-sdcard/sysroot-host/bin/lz4: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.0.0, with debug_info, not stripped Using the plain environment for building the host tool fixes this. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-lz4: add new packageMichael Olbrich2017-09-161-0/+25
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>