summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2009-10-28Merge.Yann E. MORIN"18-307/+125
2009-10-28config: mark now old versions as being OBSOLETEYann E. MORIN"16-40/+80
These versions are kept for the upcoming release, but they will be removed from the next release if they are not used.
2009-10-27config/binutils: add latest version 2.20Yann E. MORIN"1-0/+5
Also add patchset vampirised from Gentoo.
2009-10-28debug/strace: add latest version, unmarkprevious EXPERIMENTALYann E. MORIN"1-2/+7
Also propagate the patchset from 4.5.18 to 4.5.19.
2009-10-28debug/gdb: add latest version 7.0Yann E. MORIN"1-0/+6
2009-10-26arch/arm: add THUMB interworking supportYann E. MORIN"1-0/+14
Add config option to build wtarget code with THUMB interworking. This is used to build the C library as well as all other code that runs on the target.
2009-10-26arch/arm: add THUMB mode config optionYann E. MORIN"1-0/+25
2009-10-21arch/arm: add support for noMMUYann E. MORIN"1-1/+2
Some ARM cores do not have an MMU (eg. Cortex-Mx and Cortex-Rx series). Thus, allow the user to configure out the MMU for ARM.
2009-10-26libc/newlib: allow using CVS snapshotsYann E. MORIN"1-0/+21
The newlib "team" rolls new releases about once a year (december). This is quite a long time between releases, in case code was fixed. So, allow user to use a CVS snapshot to benefit early from fixes and enhancements to newlib.
2009-10-21libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"3-13/+30
2009-10-26libc/newlib: fix namespace in config fileYann E. MORIN"1-2/+2
C library config options should be prefixed with 'LIBC_'.
2009-10-21config: add help for the MMU/noMMU entryYann E. MORIN"1-0/+10
2009-10-21config/libc: move around hidden config optionsYann E. MORIN"1-2/+2
This yields a cleaner .config file that is easier to read.
2009-10-21config/arch/arm: default to EABIYann E. MORIN"1-1/+1
2009-10-20cc/gcc: add latest 4.4.2 version as EXPERIMENTALYann E. MORIN"1-0/+8
2009-10-27kernel/linux: add latest versionsYann E. MORIN"1-3/+28
2009-10-27binutils: remove duplicate config entries for binutils & elf2fltYann E. MORIN"2-6/+0
2009-10-20kernel/linux: remove the version promptYann E. MORIN"1-13/+0
2009-10-28debug/gdb: remove old versionsYann E. MORIN"1-17/+0
2009-10-27config/binutils: remove obsolete experimental versionsYann E. MORIN"1-72/+0
2009-10-28config: rip-out versions marked as OBSOLETEYann E. MORIN"7-163/+0
2009-10-09eglibc: add support for user provided option groupsArnaud Vrac1-0/+52
Signed-off-by: Arnaud Vrac <avrac@freebox.fr>
2009-10-04libelf: add libelf-0.8.12Yann E. MORIN"1-0/+5
2009-10-03libc/glibc: don't use legacy snapshotsYann E. MORIN"1-12/+0
glibc snapshots have not been updated for about the past 5 months. Consider them to be deprecated, now.
2009-10-01libc/glibc: remove dead codeYann E. MORIN"1-10/+0
The option to retrieve snapshots is already handled by the generic 'specific date' and 'use latest' entries. No need for a special case, as there's no code for it.
2009-09-26kernel/linux: update versions.Yann E. MORIN"1-32/+18
2009-09-13config: fix indentation for options marked EXPERIMENTAL or OBSOLETEYann E. MORIN"3-4/+4
Change the 2-space separation into a 1-space separation, for the sake of homogeneity.
2009-09-13scripts: add new version at top of choiceYann E. MORIN"19-92/+85
Add new versions at the top of the choice menu, not at the bottom.
2009-09-13config: re-order menu entries so that latest versions are at the topYann E. MORIN"16-420/+419
It makes better sense to have latest versions at the top of the choice entries.
2009-09-13Merge.Yann E. MORIN"1-3/+13
2009-09-12kernel/linux: add latest versionsYann E. MORIN"1-3/+13
Add 2.6.27.33 as long-term stable, and 2.6.30.6 and 2.6.31.
2009-09-12comp-libs/mpc: add latest 0.7 version.Yann E. MORIN"1-0/+5
2009-09-07companion libs: add latest CLooG/PPL versionsYann E. MORIN"1-0/+20
Add the latest 0.15.{4,5,6,7} CLoog/PPL.
2009-09-06tools wrapper: move choice selection to a more appropriate placeYann E. MORIN"2-34/+31
Move the tools wrapper choice selection down to the companion libraries sub-menu, to avoid the user going back and forth in the menu.
2009-09-06tools wrapper: fix config dependencyJoachim Nilsson1-6/+1
The tools wrapper is not needed only for canadian crosses, but also for every other type of toolchain.
2009-08-31config: move the patch choice to the extract sectionYann E. MORIN"2-80/+80
Choosing the origin of the patches to apply is best done in the 'extract' section.
2009-08-31config: add fallback to patch orderYann E. MORIN"1-0/+22
Add the possibility to fallback to either bundled or local patches if local or bundled are missing.
2009-08-31config: add the local,bundled patch orderYann E. MORIN"1-0/+9
This ordering first applies the local patches, then the bundeld ones.
2009-08-31config: make selecting the patch origin a choice rather than a boolYann E. MORIN"1-20/+38
2009-08-30config: move the "build shared libraries" option to the OS menuYann E. MORIN"2-11/+13
The "Build shared libraries" config option is dependant on the type of "Target OS". Moving this options to the "Target OS" sub-menu is also better in the user perspective: he/she no longer needs to go back and forth to see if he/she missed any option.
2009-08-30config: make "Build shared libraries" depend on KERNEL_SUPPORTS_SHARED_LIBSYann E. MORIN"1-1/+1
Now that all kernels that support shared libraries select the correct config option, we can change the dependency rules of SHARED_LIBS accordingly.
2009-08-30config: Linux kernel selectes shared libraries supportYann E. MORIN"1-0/+1
The Linux kernel supports using shared libraries, so prompt the user.
2009-08-30config: introduce the KERNEL_SUPPORTS_SHARED_LIBS silent config optionYann E. MORIN"1-0/+7
The target OSes will be able to select this option if they support shared libraries, instead of having "Build shared libaries" depend on each OS.
2009-08-30config: swap the debug and tools sub-menusYann E. MORIN"1-1/+1
ltrace, in the debug sub-menu, selects libelf, in the tools sub-menu. Inverse the order of the two sub-menus, so that the user does not have to go back and forth between the two sub-menus.
2009-08-30config: move down companion libraries sub-menuYann E. MORIN"1-1/+1
Move the companion libraries sub-menu down the main menu. That way, the user does not need to go back and forth in the menu to change options set by the different components that select the companion libraries (binutils, gcc, gdb).
2009-08-29companion-libs: PPL/CLooG/MPC require GMP and MPFRYann E. MORIN"1-0/+1
The PPL, CLoog/ppl and MPC libraries require GMP and MPFR. Select GMP/MPFR appropriately.
2009-08-29tools wrapper: introduce the silent WRAPPER_NEEDED config optionYann E. MORIN"2-0/+7
Add the WRAPPER_NEEDED silent config option, that can be selected by components that require it (companion libs so far). Rely on this config option when deciding to install the wrapper, instead of checking GMP/MPFR or PPL/CLoog/MPC.
2009-08-29Merge the C wrapper.Yann E. MORIN"1-0/+38
2009-08-29config: choose whether to use the shell or the C wrapperYann E. MORIN"1-0/+38
Offer a config choice on whether to isntall the script wrapper, or the compiled C wrapper. Update docs/overview.txt accordingly.
2009-08-28x86_64: is a MMU-aware arch, so select ARCH_USE_MMUIngmar Schraub1-0/+1