summaryrefslogtreecommitdiffstats
path: root/toolchain/dependencies/dependencies.mk
Commit message (Collapse)AuthorAgeFilesLines
* sed: get rid of host-sed variantPeter Korsgaard2010-09-301-5/+1
| | | | | | | | And all the infrastructure surrounding it. A broken sed implementation is quite rare nowadays, as seen by the fact that the current host-sed support has been broken for a while, so just get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Detect early if an UTF-8 locale is neededThomas Petazzoni2010-08-111-0/+1
| | | | | | | | | | | Check in toolchain/dependencies/dependencies.sh if an UTF-8 locale is properly present on the system before trying to build a locale enabled toolchain. As this test is only needed when a locale enabled toolchain is going to be built, we pass the configuration file path to the dependencies.sh script so that it can grep for the current value of various options. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* - improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer2007-08-221-3/+7
|
* - make sure that sstrip is available early enoughBernhard Reutner-Fischer2007-08-211-1/+5
|
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | - remove non-working attempt to install an lzma to the host via sudo
* - Propagate HOST_SED_DIR to the dependencies script so that it may use theBernhard Reutner-Fischer2007-03-081-1/+3
| | | | local sed build as well (Heikki Lindholm).
* - pass MAKE in so we can check the correct binary for it's version..Bernhard Reutner-Fischer2007-01-201-1/+1
|
* - fix parsing the gcc version. Also look at the HOSTCC's version rather than ↵Bernhard Reutner-Fischer2006-11-281-1/+1
| | | | | | a random gcc that may be installed. Closes #961 and #1097
* minor dependancy cleanupEric Andersen2006-07-191-3/+3
|
* put sed check in the correct placeEric Andersen2006-07-181-1/+1
|
* s/dependancies/dependencies/Mike Frysinger2006-05-261-0/+25