Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -3/+3 |
| | |||||
* | package: global largefile CFLAGS handling | Peter Korsgaard | 2008-08-04 | 1 | -5/+1 |
| | |||||
* | Upped version, no need for patch. (This is still based on lzma SDK 4.32, | Thomas Lundquist | 2008-01-26 | 1 | -1/+1 |
| | | | | alas, should be just bugfixes.) | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - make sure that the path for the lzma-host-binary exist | Bernhard Reutner-Fischer | 2007-08-31 | 1 | -1/+1 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -5/+5 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - add handling of lzma for the host (unconditionally for now) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -5/+20 |
| | | | | - remove non-working attempt to install an lzma to the host via sudo | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -2/+2 |
| | |||||
* | Ensure lzma is built *before* linux, allow system installation in /usr/local/bin | Ulf Samuelsson | 2007-08-16 | 1 | -0/+9 |
| | |||||
* | fix liblzmadec.la paths | Ulf Samuelsson | 2007-08-12 | 1 | -0/+2 |
| | |||||
* | - lzma needs a CXX cross-compiler | Bernhard Reutner-Fischer | 2007-07-31 | 1 | -10/+15 |
| | | | | - minor cleanups while at it | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -4/+4 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -1/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - avoid spurious rebuilds. Thanks to janlana, closes #1191 | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -7/+7 |
| | | | | - provide a syslinux-source target while at it | ||||
* | - use global DISABLE_LARGEFILE | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -3/+1 |
| | |||||
* | - add and use a HOSTCXX variable. | Bernhard Reutner-Fischer | 2006-11-20 | 1 | -0/+1 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | |||||
* | - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. | Bernhard Reutner-Fischer | 2006-11-04 | 1 | -24/+60 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | - add package lzma | Bernhard Reutner-Fischer | 2006-08-29 | 1 | -0/+81 |