aboutsummaryrefslogtreecommitdiff
path: root/config/toolchain.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the threading model choice back to the C library menu:Yann E. MORIN"2008-08-211-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(-)
* Building multi-lib aware toolchains is not supported, and won'yt be before a ↵Yann E. MORIN"2008-05-241-18/+0
| | | | | | | loooong time. Remove the associated config entry. /trunk/config/toolchain.in | 18 0 18 0 ------------------ 1 file changed, 18 deletions(-)
* Robet P. J. DAY: typoes.Yann E. MORIN"2008-02-141-2/+2
|
* Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2007-08-151-6/+6
| | | | | Document overriding the number of // jobs. Some small documentation fixes.
* Totally comment-out the multilib option: it's not implemented, and not ↵Yann E. MORIN"2007-08-141-15/+16
| | | | really implementable with the current crosstool-NG scheme.
* Introduce new config option: CT_TARGET_ALIAS_SED_EXPRYann E. MORIN"2007-08-071-1/+20
| | | | This option is used as a sed expression to pass onto CT_TARGET to create an alias.
* Threading model does not belong to the target sub-menu, but to the toolchain ↵Yann E. MORIN"2007-05-291-0/+29
| | | | sub-menu.
* Debug facilities:Yann E. MORIN"2007-05-171-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.
* Remove dead entries for components not yet integrated: cygwin kernel, tcc...Yann E. MORIN"2007-05-131-1/+0
| | | | Some fixups in config entries, to avoid warnings when parsed by the kconfig parser.
* Second shot at merging from the MIPS branch:Yann E. MORIN"2007-04-231-7/+0
| | | | | | - log level boost for warnings and errors - option re-ordering - help updating
* Add the EXPERIMENTAL option to show options marked as such.Yann E. MORIN"2007-04-171-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.