Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain: revert r25193 (Change binary toolchain configuration) | Peter Korsgaard | 2009-02-04 | 1 | -3/+1 |
| | | | | As discussed on the list. | ||||
* | Change binary toolchain configuration, so | Ulf Samuelsson | 2009-01-31 | 1 | -1/+3 |
| | | | | | | | | | | | that the options become visible just below the config, instead of at bottom of screen Create a more useful default as toolchain path. Allow generation of a script which sets up paths to a binary toolchain generated by buildroot. | ||||
* | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | 2009-01-02 | 1 | -2/+0 |
| | | | | | | toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | ||||
* | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | 2008-12-21 | 1 | -0/+2 |
| | |||||
* | toolchain: use same gdb Config.in for internal/external toolchains | Peter Korsgaard | 2008-12-15 | 1 | -1/+10 |
| | | | | | | | | | | We used to use different gdb configs for internal and external toolchains because mconf won't source the same file twice. This works, but is kind of sub optimal, as people forget to keep them in sync. Fix it to use the same file for both situations by shuffling around the config options a bit. Should work identical to before (except for the newer gdb versions available for ext). | ||||
* | 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 | ||||
* | Remove duplication of AVR32 toolchain | Ulf Samuelsson | 2008-03-29 | 1 | -1/+3 |
| | |||||
* | toolchain updates | John Voltz | 2008-03-06 | 1 | -4/+2 |
| | |||||
* | - naming convention is Config.in resp. Config.in.foo | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -1/+1 |
| | | | | Adjust some accordingly | ||||
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -4/+17 |
| | | | | gcc target abi back to a place where the other arch-specific settings live | ||||
* | reinstate AVR32 toolchain | Ulf Samuelsson | 2007-09-26 | 1 | -15/+3 |
| | |||||
* | - add more help text | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -0/+3 |
| | |||||
* | - fix copy'n paste error | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -3/+12 |
| | |||||
* | - move project settings from toolchain to device | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -2/+0 |
| | |||||
* | - Subsume and collaps toolchain options in one menu | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -7/+7 |
| | | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around.. | ||||
* | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -2/+5 |
| | |||||
* | Get rid of leading whitespace to silence warnings from config system. | "Steven J. Hill" | 2007-07-06 | 1 | -1/+1 |
| | |||||
* | Support building using an external toolchain. Questions to the mailing list ↵ | "Steven J. Hill" | 2007-02-06 | 1 | -61/+14 |
| | | | | and all other comments to <biteme@devnull.com>. | ||||
* | - reformat help text to fit default width better | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -6/+11 |
| | |||||
* | - remove old reminder that is already dealt with. | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -10/+0 |
| | |||||
* | Add support for mklibs (strips unused syms from shared libs such as uClibc) | Eric Andersen | 2006-08-02 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | disable multilib by default | Mike Frysinger | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | initial attempt at adding elf2flt support based upon marcs work in Bug 273 | Mike Frysinger | 2006-01-10 | 1 | -2/+3 |
| | |||||
* | touchup descriptions | Mike Frysinger | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | Sigh... Let's try this again. | Manuel Novoa III | 2005-08-04 | 1 | -1/+1 |
| | |||||
* | Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug | Manuel Novoa III | 2005-08-04 | 1 | -0/+11 |
| | | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb. | ||||
* | Add sstrip for host and/or target. | Manuel Novoa III | 2005-08-03 | 1 | -0/+1 |
| | |||||
* | Someone forgot mipsel for soft float... | Manuel Novoa III | 2005-04-30 | 1 | -1/+1 |
| | |||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=47 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Fixup SOFT_FLOAT handling | Eric Andersen | 2004-10-09 | 1 | -5/+0 |
| | |||||
* | allow people to enter target optimizations | Mike Frysinger | 2004-10-09 | 1 | -3/+2 |
| | |||||
* | Add some seperators | Eric Andersen | 2004-10-09 | 1 | -0/+2 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -0/+62 |
-Erik |