summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2008-09-04Applied change from Ben Nizette and Hans-Christian Egtvedt toHamish Moffatt
correctly detect version of gcc on recent distros. Supplied patch was against git and didn't apply cleanly to svn, so applied by hand.
2008-08-24toolchain/gdb: unbreak target gdb supportPeter Korsgaard
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.
2008-08-22gcc: only use -mfloat-abi for ARM, use -msoft-float for other archsPeter Korsgaard
Patch by Wade Berrier.
2008-08-19kernel-headers: rename aout patch so it gets applied to 2.6.25.15Peter Korsgaard
Needed by valgrind.
2008-08-19kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard
2008-08-04ccache: expand help textPeter Korsgaard
2008-08-04ccache: cleanup configure args and respect BR2_HAVE_MANPAGESPeter Korsgaard
2008-08-04ccache: also remove target symlinks on cleanPeter Korsgaard
2008-08-04ccache: cleanup configPeter Korsgaard
2008-08-04uClibc-0.9.29: remove double ARM subarch selection from defconfigPeter Korsgaard
uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig.
2008-08-04kernel-headers: remove ancient versionsPeter Korsgaard
2008-08-04kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recentPeter Korsgaard
2008-08-04kernel-headers: add 2.6.26.xPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-08Add latest gcc patch for AVR32 gcc-4.2.2 prepatched sourceUlf Samuelsson
2008-07-08Fix AVR32 gcc patching, when sysroot option is not enabledUlf Samuelsson
2008-07-07kernel-headers: bump 2.6.25.x versionPeter Korsgaard
2008-07-04Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson
locations for prepatched toolchain to be under the toolchain directory
2008-07-01fixup gdb-6.7.1Ulf Samuelsson
2008-07-01disable werror in gdbUlf Samuelsson
2008-07-01disable configure caching in gdb, courtesy of Fathi BoudraUlf Samuelsson
2008-07-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-07-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-07-01Fix gbd-6.5, courtesy Fathi BoudraUlf Samuelsson
2008-06-26kernel headers: bump 2.6.25.xPeter Korsgaard
Based on patch by Fathi Boudra.
2008-06-21toolchain/gcc: use --disable-decimal-float for 4.3.xPeter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-19toolchain/gcc: add 4.3.1Peter Korsgaard
Based on Bernhards tree.
2008-06-19toolchain/gcc: mark old versions as deprecatedPeter Korsgaard
2008-06-18toolchain/gcc: use $(@D)Peter Korsgaard
2008-06-18toolchain/gcc: use depends on instead of dependsPeter Korsgaard
2008-06-18dependencies: check for awkPeter Korsgaard
2008-06-18uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUGPeter Korsgaard
2008-06-18uclibc: remove obsolete uclibc 0.9.28 handlingPeter Korsgaard
2008-06-17toolchain/gcc: use $(STRIP_STRIP_UNNEEDED)Peter Korsgaard
2008-06-17toolchain/uclibc: strip libpthreadPeter Korsgaard
2008-06-17toolchain/gcc-4.x: strip cross libgcc / libstdc++Peter Korsgaard
2008-06-17toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host.Peter Korsgaard
2008-06-16gdb: support external toolchainPeter Korsgaard
2008-06-16toolchain: more sensible uclibc defaults for external toolchainPeter Korsgaard
2008-06-16toolchain: move elf2flt+mklibs under 'Common Toolchain Options'Peter Korsgaard
2008-06-16elf2flt: only allow it to be selected on supported archsPeter Korsgaard
2008-06-15kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind)Peter Korsgaard
2008-06-13toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard
Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
2008-06-13toolchain: gcc 4.2.4 supportPeter Korsgaard
2008-06-11kernel headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-07kernel headers: bump 2.6.25.x versionPeter Korsgaard
2008-06-06toolchain: also use arch/tune/abi options when softfloat is enabledPeter Korsgaard
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case.
2008-06-02kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2xPeter Korsgaard