summaryrefslogtreecommitdiffstats
path: root/toolchain/dependencies
Commit message (Collapse)AuthorAgeFilesLines
* - ignore eventual errors from which(1)Bernhard Reutner-Fischer2007-05-112-4/+4
|
* - ignore errors when looking at hostcc and hostcxxBernhard Reutner-Fischer2007-03-211-3/+3
|
* - stop using head and use sed -e '1d' at the end insteadBernhard Reutner-Fischer2007-03-211-3/+3
|
* - fix syntaxBernhard Reutner-Fischer2007-03-121-1/+1
|
* - fixes for bugs introduced with the MacOS10 support (Heikki Lindholm)Bernhard Reutner-Fischer2007-03-101-10/+4
|
* Improve the checking of sed by adding some common GNU sed installationBernhard Reutner-Fischer2007-03-092-24/+57
| | | | | | | names (gsed/gnused), checking for a basic OS X sed feature in command line option handling, checking the actual result of the sed run against the expected result, and placing common code for the check under toolchain/dependencies/. (Heikki Lindholm)
* - 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).
* - mention the package that usually provides makeinfoBernhard Reutner-Fischer2007-02-161-1/+2
|
* - might make sense not to print ok if it was nakBernhard Reutner-Fischer2007-02-151-1/+2
|
* - warn about missing makeinfo on the host.Bernhard Reutner-Fischer2007-02-151-1/+6
|
* - cosmeticsBernhard Reutner-Fischer2007-02-121-1/+1
|
* - add paranoia warning about $INCLUDESBernhard Reutner-Fischer2007-02-091-0/+6
|
* - add purely informational check of HOSTCXXBernhard Reutner-Fischer2007-02-091-1/+28
|
* - remove sedtest temporary fileBernhard Reutner-Fischer2007-01-211-0/+1
|
* - pass MAKE in so we can check the correct binary for it's version..Bernhard Reutner-Fischer2007-01-201-1/+1
|
* - add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWDBernhard Reutner-Fischer2007-01-191-0/+25
|
* - spelling fixBernhard Reutner-Fischer2006-12-131-5/+5
|
* fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGSEric Andersen2006-12-131-8/+8
| | | | fix spacing on env var failure notices
* add checks for when people have foolishly set things in their enviromentEric Andersen2006-12-131-9/+59
| | | | such as CC, CFLAGS, etc that will cause buildroot to break
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-081-8/+8
|
* - move check for which(1) before it's first useBernhard Reutner-Fischer2006-11-291-21/+21
| | | | - fix printing a message when erroring out on non-existing HOSTCC
* - fix parsing the gcc version. Also look at the HOSTCC's version rather than ↵Bernhard Reutner-Fischer2006-11-282-3/+3
| | | | | | a random gcc that may be installed. Closes #961 and #1097
* minor dependancy cleanupEric Andersen2006-07-191-3/+3
|
* trivial cosmetic stuffEric Andersen2006-07-181-1/+1
|
* stick an extra blank line after resultsEric Andersen2006-07-181-0/+1
|
* put sed check in the correct placeEric Andersen2006-07-182-7/+29
|
* s/dependancies/dependencies/Mike Frysinger2006-05-262-0/+154