summaryrefslogtreecommitdiffstats
path: root/package/lzma/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: rework C++ optionsThomas Petazzoni2010-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Instead of having BR2_GCC_CROSS_CXX and BR2_INSTALL_LIBSTDCPP, with BR2_GCC_CROSS_CXX not being visible (and therefore being useless), let's just keep BR2_INSTALL_LIBSTDCPP to enable C++ in the toolchain and install C++ libraries on the target. We also take that opportunity to make BR2_INSTALL_LIBSTDCPP an hidden option, which is selected by an option in Buildroot toolchain support or an option in External toolchain support, just as we did for other toolchain features. Some work definitely remains to be done : - The name BR2_INSTALL_LIBSTDCPP is ugly, but we keep it for the moment in order to avoid changing all packages. - We should clarify the other language-related options (Fortran, Java, Objective-C, etc.). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: mark old package as deprecatedPeter Korsgaard2010-09-201-1/+2
| | | | | | xz-utils should be used instead nowadays. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: remove 'target' from lzma package namePeter Korsgaard2009-10-261-3/+4
| | | | | | We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: host targets should not be user selectablePeter Korsgaard2009-10-261-7/+0
| | | | | | Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: get rid of unused target-headers optionPeter Korsgaard2009-10-261-6/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: convert some Config.in selects to dependsPeter Korsgaard2009-03-051-1/+4
| | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - lzma needs a CXX cross-compilerBernhard Reutner-Fischer2007-07-311-0/+1
| | | | - minor cleanups while at it
* - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.Bernhard Reutner-Fischer2006-11-041-4/+12
|
* - add package lzmaBernhard Reutner-Fischer2006-08-291-0/+14