Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/gdb: unbreak target gdb support | Peter Korsgaard | 2008-08-24 | 1 | -5/+1 |
| | | | | | | | r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb support as it tries to apply gdb patches twice. Unbreak it. Closes #3954. | ||||
* | gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs | Peter Korsgaard | 2008-08-22 | 1 | -0/+4 |
| | | | | Patch by Wade Berrier. | ||||
* | kernel-headers: rename aout patch so it gets applied to 2.6.25.15 | Peter Korsgaard | 2008-08-19 | 1 | -0/+0 |
| | | | | Needed by valgrind. | ||||
* | kernel-headers: bump 2.6.25.x / 2.6.26.x versions | Peter Korsgaard | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | ccache: expand help text | Peter Korsgaard | 2008-08-04 | 1 | -2/+7 |
| | |||||
* | ccache: cleanup configure args and respect BR2_HAVE_MANPAGES | Peter Korsgaard | 2008-08-04 | 1 | -10/+3 |
| | |||||
* | ccache: also remove target symlinks on clean | Peter Korsgaard | 2008-08-04 | 1 | -1/+2 |
| | |||||
* | ccache: cleanup config | Peter Korsgaard | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | uClibc-0.9.29: remove double ARM subarch selection from defconfig | Peter Korsgaard | 2008-08-04 | 1 | -16/+0 |
| | | | | | uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig. | ||||
* | kernel-headers: remove ancient versions | Peter Korsgaard | 2008-08-04 | 1 | -30/+0 |
| | |||||
* | kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent | Peter Korsgaard | 2008-08-04 | 1 | -1/+2 |
| | |||||
* | kernel-headers: add 2.6.26.x | Peter Korsgaard | 2008-08-04 | 1 | -1/+5 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 3 | -12/+12 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 13 | -38/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Add latest gcc patch for AVR32 gcc-4.2.2 prepatched source | Ulf Samuelsson | 2008-07-08 | 1 | -0/+16 |
| | |||||
* | Fix AVR32 gcc patching, when sysroot option is not enabled | Ulf Samuelsson | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | kernel-headers: bump 2.6.25.x version | Peter Korsgaard | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 9 | -22/+131 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | fixup gdb-6.7.1 | Ulf Samuelsson | 2008-07-01 | 3 | -8113/+15 |
| | |||||
* | disable werror in gdb | Ulf Samuelsson | 2008-07-01 | 1 | -0/+1 |
| | |||||
* | disable configure caching in gdb, courtesy of Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 1 | -5/+7 |
| | |||||
* | Add gdb-6.8 support, courtesy Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 1 | -0/+5 |
| | |||||
* | Add gdb-6.8 support, courtesy Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 1 | -0/+31 |
| | |||||
* | Fix gbd-6.5, courtesy Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 5 | -48/+42 |
| | |||||
* | kernel headers: bump 2.6.25.x | Peter Korsgaard | 2008-06-26 | 2 | -1/+1 |
| | | | | Based on patch by Fathi Boudra. | ||||
* | toolchain/gcc: use --disable-decimal-float for 4.3.x | Peter Korsgaard | 2008-06-21 | 1 | -0/+7 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 4 | -29/+29 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | toolchain/gcc: add 4.3.1 | Peter Korsgaard | 2008-06-19 | 11 | -0/+261 |
| | | | | Based on Bernhards tree. | ||||
* | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | 2008-06-19 | 1 | -0/+2 |
| | |||||
* | toolchain/gcc: use $(@D) | Peter Korsgaard | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | toolchain/gcc: use depends on instead of depends | Peter Korsgaard | 2008-06-18 | 2 | -12/+11 |
| | |||||
* | dependencies: check for awk | Peter Korsgaard | 2008-06-18 | 1 | -0/+12 |
| | |||||
* | uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUG | Peter Korsgaard | 2008-06-18 | 1 | -1/+5 |
| | |||||
* | uclibc: remove obsolete uclibc 0.9.28 handling | Peter Korsgaard | 2008-06-18 | 1 | -3/+0 |
| | |||||
* | toolchain/gcc: use $(STRIP_STRIP_UNNEEDED) | Peter Korsgaard | 2008-06-17 | 2 | -4/+4 |
| | |||||
* | toolchain/uclibc: strip libpthread | Peter Korsgaard | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | toolchain/gcc-4.x: strip cross libgcc / libstdc++ | Peter Korsgaard | 2008-06-17 | 1 | -0/+2 |
| | |||||
* | toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host. | Peter Korsgaard | 2008-06-17 | 1 | -2/+2 |
| | |||||
* | gdb: support external toolchain | Peter Korsgaard | 2008-06-16 | 1 | -9/+5 |
| | |||||
* | toolchain: more sensible uclibc defaults for external toolchain | Peter Korsgaard | 2008-06-16 | 1 | -4/+4 |
| | |||||
* | toolchain: move elf2flt+mklibs under 'Common Toolchain Options' | Peter Korsgaard | 2008-06-16 | 1 | -2/+2 |
| | |||||
* | elf2flt: only allow it to be selected on supported archs | Peter Korsgaard | 2008-06-16 | 1 | -3/+1 |
| | |||||
* | kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind) | Peter Korsgaard | 2008-06-15 | 1 | -0/+24 |
| | |||||
* | toolchain: also setup kernel headers when ext toolchain is used | Peter Korsgaard | 2008-06-13 | 2 | -6/+3 |
| | | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them. | ||||
* | toolchain: gcc 4.2.4 support | Peter Korsgaard | 2008-06-13 | 21 | -3/+4129 |
| | |||||
* | kernel headers: bump 2.6.25.x version | Peter Korsgaard | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | kernel headers: bump 2.6.25.x version | Peter Korsgaard | 2008-06-07 | 1 | -1/+1 |
| | |||||
* | toolchain: also use arch/tune/abi options when softfloat is enabled | Peter Korsgaard | 2008-06-06 | 1 | -1/+2 |
| | | | | | The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case. | ||||
* | kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2x | Peter Korsgaard | 2008-06-02 | 1 | -4/+7 |
| | |||||
* | kernel headers: add 2.6.25.4 | Peter Korsgaard | 2008-06-02 | 1 | -1/+5 |
| |