Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -0/+22 |
| | |||||
* | - fix typo in version check | Bernhard Reutner-Fischer | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | - ignore eventual errors from which(1) | Bernhard Reutner-Fischer | 2007-05-11 | 1 | -3/+3 |
| | |||||
* | - ignore errors when looking at hostcc and hostcxx | Bernhard Reutner-Fischer | 2007-03-21 | 1 | -3/+3 |
| | |||||
* | - stop using head and use sed -e '1d' at the end instead | Bernhard Reutner-Fischer | 2007-03-21 | 1 | -3/+3 |
| | |||||
* | Improve the checking of sed by adding some common GNU sed installation | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -24/+19 |
| | | | | | | | 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) | ||||
* | - mention the package that usually provides makeinfo | Bernhard Reutner-Fischer | 2007-02-16 | 1 | -1/+2 |
| | |||||
* | - might make sense not to print ok if it was nak | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -1/+2 |
| | |||||
* | - warn about missing makeinfo on the host. | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -1/+6 |
| | |||||
* | - cosmetics | Bernhard Reutner-Fischer | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | - add paranoia warning about $INCLUDES | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -0/+6 |
| | |||||
* | - add purely informational check of HOSTCXX | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -1/+28 |
| | |||||
* | - remove sedtest temporary file | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -0/+1 |
| | |||||
* | - add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWD | Bernhard Reutner-Fischer | 2007-01-19 | 1 | -0/+25 |
| | |||||
* | - spelling fix | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -5/+5 |
| | |||||
* | fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGS | Eric Andersen | 2006-12-13 | 1 | -8/+8 |
| | | | | fix spacing on env var failure notices | ||||
* | add checks for when people have foolishly set things in their enviroment | Eric Andersen | 2006-12-13 | 1 | -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 builtin | Eric Andersen | 2006-12-08 | 1 | -8/+8 |
| | |||||
* | - move check for which(1) before it's first use | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -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-Fischer | 2006-11-28 | 1 | -2/+2 |
| | | | | | | a random gcc that may be installed. Closes #961 and #1097 | ||||
* | trivial cosmetic stuff | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | stick an extra blank line after results | Eric Andersen | 2006-07-18 | 1 | -0/+1 |
| | |||||
* | put sed check in the correct place | Eric Andersen | 2006-07-18 | 1 | -6/+28 |
| | |||||
* | s/dependancies/dependencies/ | Mike Frysinger | 2006-05-26 | 1 | -0/+129 |