Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -19/+19 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | toolchain: fix mips abi selection | Peter Korsgaard | 2008-05-12 | 1 | -10/+27 |
| | | | | Based on commit 0e2ab in aldot's tree. | ||||
* | buildroot: fix missing ARCH for some x86 variants | Peter Korsgaard | 2008-03-11 | 1 | -0/+5 |
| | | | | Patch by Nigel Kukard. | ||||
* | Ensure AVR32 FPU config is always correct | Ulf Samuelsson | 2007-10-23 | 1 | -0/+2 |
| | |||||
* | - default to mips I for mipsel and mips III for mips | Bernhard Reutner-Fischer | 2007-10-02 | 1 | -1/+5 |
| | | | | - suggest some target flags for abi64 | ||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -1/+1 |
| | |||||
* | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -20/+20 |
| | |||||
* | - better use commonly used digits in ISA config | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -4/+4 |
| | |||||
* | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -5/+46 |
| | | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | ||||
* | - naming convention is Config.in resp. Config.in.foo | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -0/+658 |
Adjust some accordingly |