summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
AgeCommit message (Collapse)Author
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