summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in.2
Commit message (Collapse)AuthorAgeFilesLines
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-7/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* toolchain: move elf2flt+mklibs under 'Common Toolchain Options'Peter Korsgaard2008-06-161-2/+2
|
* toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard2008-06-131-1/+2
| | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
* update gcc nios2 support, thanks atleIvan Kuten2007-11-091-1/+1
|
* Ensure AVR32 FPU config is always correctUlf Samuelsson2007-10-231-1/+1
|
* - adjust default for LFSBernhard Reutner-Fischer2007-10-051-1/+1
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-1/+1
| | | | gcc target abi back to a place where the other arch-specific settings live
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-251-0/+1
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-241-1/+0
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-221-4/+2
| | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
* Change def of BR2_USE_WCHAR to build uClibc w WCHAR supportUlf Samuelsson2007-07-311-0/+6
|
* - improve help textBernhard Reutner-Fischer2007-07-071-1/+1
|
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-261-0/+12
| | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-0/+66
and all other comments to <biteme@devnull.com>.