Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-29 | Remove duplication of AVR32 toolchain | Ulf Samuelsson | |
2008-03-06 | toolchain updates | John Voltz | |
2007-09-28 | - naming convention is Config.in resp. Config.in.foo | Bernhard Reutner-Fischer | |
Adjust some accordingly | |||
2007-09-26 | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | |
gcc target abi back to a place where the other arch-specific settings live | |||
2007-09-26 | reinstate AVR32 toolchain | Ulf Samuelsson | |
2007-09-25 | - add more help text | Bernhard Reutner-Fischer | |
2007-09-25 | - fix copy'n paste error | Bernhard Reutner-Fischer | |
2007-09-25 | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | |
2007-09-22 | - move project settings from toolchain to device | Bernhard Reutner-Fischer | |
2007-09-22 | - Subsume and collaps toolchain options in one menu | Bernhard Reutner-Fischer | |
This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around.. | |||
2007-08-21 | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | |
2007-07-31 | Add support for prepatched toolchains | Ulf Samuelsson | |
2007-07-06 | Get rid of leading whitespace to silence warnings from config system. | "Steven J. Hill" | |
2007-02-06 | Support building using an external toolchain. Questions to the mailing list ↵ | "Steven J. Hill" | |
and all other comments to <biteme@devnull.com>. | |||
2007-01-24 | - reformat help text to fit default width better | Bernhard Reutner-Fischer | |
2007-01-21 | - remove old reminder that is already dealt with. | Bernhard Reutner-Fischer | |
2006-08-02 | Add support for mklibs (strips unused syms from shared libs such as uClibc) | Eric Andersen | |
based on a patch from akvadrako, and using a version of mklibs.py that was massively hacked up by andersee and mjn3 for uClibc support. | |||
2006-02-20 | disable multilib by default | Mike Frysinger | |
2006-01-10 | initial attempt at adding elf2flt support based upon marcs work in Bug 273 | Mike Frysinger | |
2005-08-09 | touchup descriptions | Mike Frysinger | |
2005-08-04 | Sigh... Let's try this again. | Manuel Novoa III | |
2005-08-04 | Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug | Manuel Novoa III | |
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb. | |||
2005-08-03 | Add sstrip for host and/or target. | Manuel Novoa III | |
2005-04-30 | Someone forgot mipsel for soft float... | Manuel Novoa III | |
2005-01-23 | Patch from acmay: http://bugs.uclibc.org/view.php?id=47 | Eric Andersen | |
0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it. | |||
2004-10-09 | Fixup SOFT_FLOAT handling | Eric Andersen | |
2004-10-09 | allow people to enter target optimizations | Mike Frysinger | |
2004-10-09 | Add some seperators | Eric Andersen | |
2004-10-09 | Major buildroot facelift, step one. | Eric Andersen | |
-Erik |