summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2010-03-20debug/gdb: add handling of 7_0_or_laterYann E. MORIN"1-0/+5
We'll need to differentiate gdb 7.0 or later, from gdb prior to 7.0
2010-03-15debug/gdb: add option to use GMP and MPFRYann E. MORIN"1-0/+17
GMP and MPFR are optional for gdb, so offer a config option.
2010-03-15debug/gdb: can't build a static native gdb if using GMP/MPFRYann E. MORIN"1-8/+14
It is currently impossible to reliably build static GMP/MPFR libs, so we can't build a static native gdb using them, obviously.
2010-03-15debug/gdb: split menuconfig for easier maintenanceYann E. MORIN"4-88/+102
2010-03-05cc/gcc: fix use of companion librariesYann E. MORIN"1-2/+12
2010-03-05complibs: hide promptsYann E. MORIN"1-6/+0
2010-03-05config: hide entries when in backend modeYann E. MORIN"7-0/+7
This implies hidding entries for: - binutils libraries - dmalloc - duma - native gdb - ltrace - strace - sstrip
2010-03-05config: prepare for build-system backendYann E. MORIN"1-0/+9
When acting as a backend for a build-system, we should not build any application that runs on the target, that is: - no native gdb - no companion libraries - no binutils libraries - no debug tools (save for gdbserver) - ... Here, we simply prepare the (hidden) config option that will detect that we are acting as a back-end. Update doc accordingly.
2010-03-17kernel/linux: add latest versions 2.6.32.10 and 2.6.33.1Yann E. MORIN"1-3/+8
2010-02-28kernel/linux: add latest 2.6.32.9 and 2.6.33, remove old 2.6.32.xYann E. MORIN"1-41/+6
2010-02-20arch: add mips64Zhuang Yuyao1-0/+1
This adds initial mips64 config option and build script.
2010-02-17comp-libs: make libelf a companion libraryYann E. MORIN"3-6/+23
When gcc-4.5 is out, it will require libelf. So better make it a companion library now rather than postponing the ineluctable.
2010-02-17complibs: hide companion libraries for target entryYann E. MORIN"3-27/+45
The companion libraries on the target are required only for internal use by binutils and gdb. The user should not have to know about this, so hide the option.
2010-02-18complibs: simplify config fileYann E. MORIN"3-6/+17
Although currently the wrapper is directly dependent on companion libraries, let's still decorelate those two.
2010-02-17complibs: split-up selection for individual libsYann E. MORIN"4-27/+86
2010-02-09binutils/binutils: fix using GMP and MPFRYann E. MORIN"1-0/+12
2010-02-04cc/gcc: simplify the _or_later stuffYann E. MORIN"1-4/+1
2010-02-11kernel/linux: add latest 2.6.32.8Yann E. MORIN"1-0/+5
2010-02-03config: re-order the log entries inthe menuconfigYann E. MORIN"1-8/+8
2010-02-01libc/eglibc: Add option to optimize for sizeRichard Strand1-0/+7
Add an option to eglibc to optimize for size using -Os. Signed-off-by: Richard Strand <richard.strand@icomera.com>
2010-01-31kernel/linux: add latest versions, remove old dot-releasesYann E. MORIN"1-106/+26
2010-01-31libc/uClibc: remove EXPERIMENTAL for 0.9.30.2Yann E. MORIN"1-2/+1
2010-01-31debiug/ltrace: remove EXPERIMENTAL for 0.5.3, remove 0.5.1Yann E. MORIN"1-7/+1
2010-01-31debug/strace: remove EXPERIMENTAL for 4.5.19Yann E. MORIN"1-2/+1
2010-01-31comp-libs/mpfr: remove EXPERIMENTAL for 2.4.2Yann E. MORIN"1-2/+1
2010-01-31comp-libs/mpc: remove EXPERIMENTAL for 0.8.1Yann E. MORIN"1-2/+1
2010-01-31arch/sh: remove EXPERIMENTALYann E. MORIN"1-1/+0
2010-01-31arch/avr32: remove EXPERIMENTALYann E. MORIN"1-1/+0
2010-01-31libc/newlib: remove EXPERIMENTAL statusYann E. MORIN"1-1/+1
Although this have been only slightly tested, no one has really complained, and it seems to be working fine so far (on AVR32 at least).
2010-01-31cc/gcc: remove 4.3.0Yann E. MORIN"1-6/+0
gcc-4.3.0 never got !EXPERIMENTAL, and no one either confirmed nor complained.
2010-01-31cc/gcc: remove EXPERIMENTAL for gcc-4.4Yann E. MORIN"1-8/+4
2010-01-31config: rename mirror prompt, update help entryYann E. MORIN"1-4/+1
The mirror is not necessarily on the /LAN/.
2010-01-31config: remove never used/implemented 'ls-lR'Yann E. MORIN"1-15/+0
Use of listing (ls-lR) was never implemented, and never used.
2009-12-13libc/glibc: move some options aroundYann E. MORIN"1-28/+28
2010-01-11libc/glibc: get rid of the now obsolete CVS stuffYann E. MORIN"2-32/+6
It's now been a while that glibc switched to git from cvs. Get rid of cvs to download glibc; this will make for a good cleanup before we add git support! :-)
2010-01-30libc/glibc: add 2.11 and 2.11.1Yann E. MORIN"1-0/+12
2010-01-29Merge.Yann E. MORIN"1-8/+0
2010-01-29global: do not offer the renice option, let's the user handle thatYann E. MORIN"1-8/+0
It's broken anyway. Eg.: - user is already niced at 10 - user configures to renice at 5 - breaks because user is not allowed to 'boost' his/her nice value Bette let the user handle the renice with: nice -XX ct-ng 'action'
2010-01-29arch: add basic m68k supportYann E. MORIN1-0/+10
Signed-off-by: Remy Bohmer <linux@bohmer.net> [yann.morin.1998@anciens.enib.fr: use defaults for CT_TARGET_ARCH] Signed-off-by: "Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
2010-01-24cc/gcc: add latest 4.4.3, propagate patchset from 4.4.2Yann E. MORIN"1-0/+8
2010-01-21debug/gdb: do not expose the ncurses version in the menuconfigYann E. MORIN"1-26/+0
2010-01-14libc/uClibc: add latest version 0.9.30.2Yann E. MORIN"1-0/+7
2010-01-12companion_tools/libtool: Add libtool toolRichard Strand1-0/+5
Add version 2.2.6b of libtool as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>
2010-01-12companion_tools/automake: Add automake toolRichard Strand1-0/+5
Add version 1.11.1 of automake as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>
2010-01-12companion_tools/m4: Add m4 toolRichard Strand1-0/+5
Add version 1.4.13 of m4 as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>
2010-01-12companion_tools/autoconf: add autoconf toolYann E. MORIN"2-0/+29
Initial version of adding autoconf as a companion tool. Signed-off-by: Richard Strand <richard.strand@icomera.com> [yann.morin.1998@anciens.enib.fr: use generic overide tools dir] [yann.morin.1998@anciens.enib.fr: update menu entries] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-01-10libc/newlib: add latest versionYann E. MORIN"1-0/+6
2010-01-09config/arch: always select the adequate bitnessYann E. MORIN"6-0/+11
Even if the selected ARCH does not support different bitness (or we do not support building with another bitness), still select the appropriate bitness.
2010-01-09config/arch: also export bitness as a stringYann E. MORIN"1-0/+6
2010-01-08debug/gdb: Add support for GDB 7.0.1 (minor release)Joachim Nilsson1-0/+6
Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>