summaryrefslogtreecommitdiffstats
path: root/rules/host-lz4.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* 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>