Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain: rework C++ options | Thomas Petazzoni | 2010-12-13 | 1 | -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 deprecated | Peter Korsgaard | 2010-09-20 | 1 | -1/+2 |
| | | | | | | xz-utils should be used instead nowadays. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | lzma: convert the host package to the autotools infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -63/+2 |
| | | | | | | | Note that we loose the ability to use a lzma command available on the host and we now always build your own if a package needs it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | lzma: bump version | Peter Korsgaard | 2009-10-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | lzma: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-10-26 | 1 | -70/+13 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | lzma: remove 'target' from lzma package name | Peter Korsgaard | 2009-10-26 | 2 | -6/+7 |
| | | | | | | 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 selectable | Peter Korsgaard | 2009-10-26 | 2 | -12/+0 |
| | | | | | | Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | lzma: get rid of unused target-headers option | Peter Korsgaard | 2009-10-26 | 2 | -12/+0 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -2/+2 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -9/+9 |
| | | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: convert some Config.in selects to depends | Peter Korsgaard | 2009-03-05 | 1 | -1/+4 |
| | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options. | ||||
* | Bump lzma to latest stable, ARM build now completes | Ulf Samuelsson | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | buildroot: set SHELL instead of messing around with CONFIG_SHELL | Peter Korsgaard | 2009-01-01 | 1 | -2/+2 |
| | | | | | Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig. | ||||
* | 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 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -3/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Upped version, no need for patch. (This is still based on lzma SDK 4.32, | Thomas Lundquist | 2008-01-26 | 2 | -15/+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 | 2 | -5/+29 |
| | | | | - 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 | 2 | -10/+16 |
| | | | | - 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 | 2 | -28/+72 |
| | |||||
* | - 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 | 3 | -0/+109 |