summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
AgeCommit message (Collapse)Author
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-03-29Remove duplication of AVR32 toolchainUlf Samuelsson
2008-03-06toolchain updatesJohn Voltz
2007-09-28- naming convention is Config.in resp. Config.in.fooBernhard 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-26reinstate AVR32 toolchainUlf Samuelsson
2007-09-25- add more help textBernhard Reutner-Fischer
2007-09-25- fix copy'n paste errorBernhard Reutner-Fischer
2007-09-25- remove one invariant in toolchain type selection.Bernhard Reutner-Fischer
2007-09-22- move project settings from toolchain to deviceBernhard Reutner-Fischer
2007-09-22- Subsume and collaps toolchain options in one menuBernhard 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 ulfBernhard Reutner-Fischer
2007-07-31Add support for prepatched toolchainsUlf Samuelsson
2007-07-06Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"
2007-02-06Support 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 betterBernhard Reutner-Fischer
2007-01-21- remove old reminder that is already dealt with.Bernhard Reutner-Fischer
2006-08-02Add 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-20disable multilib by defaultMike Frysinger
2006-01-10initial attempt at adding elf2flt support based upon marcs work in Bug 273Mike Frysinger
2005-08-09touchup descriptionsMike Frysinger
2005-08-04Sigh... Let's try this again.Manuel Novoa III
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03Add sstrip for host and/or target.Manuel Novoa III
2005-04-30Someone forgot mipsel for soft float...Manuel Novoa III
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric 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-09Fixup SOFT_FLOAT handlingEric Andersen
2004-10-09allow people to enter target optimizationsMike Frysinger
2004-10-09Add some seperatorsEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik