Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-13 | buildroot: mark alpha as broken | Peter Korsgaard | |
It still doesn't build with threading + shared libs disabled | |||
2009-01-12 | buildroot: mark ia64, m68k, nios2, sparc and sparc64 as broken | Peter Korsgaard | |
No sense in showing the architecture options when they cannot even build the toolchain. | |||
2009-01-12 | buildroot: get rid of s390 support | Peter Korsgaard | |
As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it. | |||
2009-01-01 | * Added "generic" option to x86_64 target | Nigel Kukard | |
- Default to generic and not core2 | |||
2008-12-17 | Remove AVR32 target variants, the current entries refers to CHIPS which have ↵ | Ulf Samuelsson | |
the same CPU core, CHIP variant is defined elsewhere | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-05-12 | toolchain: fix mips abi selection | Peter Korsgaard | |
Based on commit 0e2ab in aldot's tree. | |||
2008-03-11 | buildroot: fix missing ARCH for some x86 variants | Peter Korsgaard | |
Patch by Nigel Kukard. | |||
2007-10-23 | Ensure AVR32 FPU config is always correct | Ulf Samuelsson | |
2007-10-02 | - default to mips I for mipsel and mips III for mips | Bernhard Reutner-Fischer | |
- suggest some target flags for abi64 | |||
2007-09-30 | - fix typo | Bernhard Reutner-Fischer | |
2007-09-29 | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | |
2007-09-29 | - better use commonly used digits in ISA config | Bernhard Reutner-Fischer | |
2007-09-29 | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | |
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | |||
2007-09-28 | - naming convention is Config.in resp. Config.in.foo | Bernhard Reutner-Fischer | |
Adjust some accordingly |