summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Remove duplication of AVR32 toolchainUlf Samuelsson2008-03-291-1/+3
|
* toolchain updatesJohn Voltz2008-03-061-4/+2
|
* - naming convention is Config.in resp. Config.in.fooBernhard Reutner-Fischer2007-09-281-1/+1
| | | | Adjust some accordingly
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-4/+17
| | | | gcc target abi back to a place where the other arch-specific settings live
* reinstate AVR32 toolchainUlf Samuelsson2007-09-261-15/+3
|
* - add more help textBernhard Reutner-Fischer2007-09-251-0/+3
|
* - fix copy'n paste errorBernhard Reutner-Fischer2007-09-251-1/+1
|
* - remove one invariant in toolchain type selection.Bernhard Reutner-Fischer2007-09-251-3/+12
|
* - move project settings from toolchain to deviceBernhard Reutner-Fischer2007-09-221-2/+0
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-221-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 ulfBernhard Reutner-Fischer2007-08-211-1/+1
|
* Add support for prepatched toolchainsUlf Samuelsson2007-07-311-2/+5
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-061-1/+1
|
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-61/+14
| | | | and all other comments to <biteme@devnull.com>.
* - reformat help text to fit default width betterBernhard Reutner-Fischer2007-01-241-6/+11
|
* - remove old reminder that is already dealt with.Bernhard Reutner-Fischer2007-01-211-10/+0
|
* Add support for mklibs (strips unused syms from shared libs such as uClibc)Eric Andersen2006-08-021-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 defaultMike Frysinger2006-02-201-1/+1
|
* initial attempt at adding elf2flt support based upon marcs work in Bug 273Mike Frysinger2006-01-101-2/+3
|
* touchup descriptionsMike Frysinger2005-08-091-1/+1
|
* Sigh... Let's try this again.Manuel Novoa III2005-08-041-1/+1
|
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-041-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 III2005-08-031-0/+1
|
* Someone forgot mipsel for soft float...Manuel Novoa III2005-04-301-1/+1
|
* Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric Andersen2005-01-231-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 handlingEric Andersen2004-10-091-5/+0
|
* allow people to enter target optimizationsMike Frysinger2004-10-091-3/+2
|
* Add some seperatorsEric Andersen2004-10-091-0/+2
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+62
-Erik