summaryrefslogtreecommitdiff
path: root/config/toolchain.in
AgeCommit message (Collapse)AuthorFilesLines
2008-08-21Move the threading model choice back to the C library menu:Yann E. MORIN"1-29/+0
- the threading models available are dependent on the C library used - it is thus easier to first select the C libary, and then the threading model, rather going back to the toolchain menu. /trunk/config/toolchain.in | 29 0 29 0 ----------------------------- /trunk/config/libc.in | 47 38 9 0 ++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 38 insertions(+), 38 deletions(-)
2008-05-24Building multi-lib aware toolchains is not supported, and won'yt be before a ↵Yann E. MORIN"1-18/+0
loooong time. Remove the associated config entry. /trunk/config/toolchain.in | 18 0 18 0 ------------------ 1 file changed, 18 deletions(-)
2008-02-14Robet P. J. DAY: typoes.Yann E. MORIN"1-2/+2
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"1-6/+6
Document overriding the number of // jobs. Some small documentation fixes.
2007-08-14Totally comment-out the multilib option: it's not implemented, and not ↵Yann E. MORIN"1-15/+16
really implementable with the current crosstool-NG scheme.
2007-08-07Introduce new config option: CT_TARGET_ALIAS_SED_EXPRYann E. MORIN"1-1/+20
This option is used as a sed expression to pass onto CT_TARGET to create an alias.
2007-05-29Threading model does not belong to the target sub-menu, but to the toolchain ↵Yann E. MORIN"1-0/+29
sub-menu.
2007-05-17Debug facilities:Yann E. MORIN"1-0/+7
- add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports.
2007-05-13Remove dead entries for components not yet integrated: cygwin kernel, tcc...Yann E. MORIN"1-1/+0
Some fixups in config entries, to avoid warnings when parsed by the kconfig parser.
2007-04-23Second shot at merging from the MIPS branch:Yann E. MORIN"1-7/+0
- log level boost for warnings and errors - option re-ordering - help updating
2007-04-17Add the EXPERIMENTAL option to show options marked as such.Yann E. MORIN"1-0/+164
Add the four types of toolchains ct-ng is able to build as EXPERIMENTAL, except for CROSS which *is* functional. Reorder menus accordingly.