summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
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
2009-08-28duma: fix version string.Ingmar Schraub1-2/+2
DUMA uses '_' not '.' for major/minor/sub separation.
2009-08-19Merge the bash_array branch.Yann E. MORIN"1-0/+11
For every components where it makes sense, use bash arrays (instead of a string with space-separated values) to store the options pased to ./configure.
2009-08-19Allow setting --enable-cxx-flags on gcc ./configureYann E. MORIN"1-0/+11
Some setups require one to pass extra CXX flags at the time of ./configure. Make it easy.
2009-08-19config: add Linux kernel 2.6.30.5Yann E. MORIN"1-0/+5
2009-08-19config: update Linux kernel long-term stable to 2.6.27.31.Yann E. MORIN"1-3/+3
2009-08-08Merge the AVR32 support branch to the default branch.Yann E. MORIN"3-0/+56
2009-08-07config/gcc: re-order versionsYann E. MORIN"1-6/+6
Move the gcc-4.3.4 version to its place.
2009-08-06gcc: add support for 4.3.4Thomas Petazzoni1-0/+6
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-08-06config: make CONFIG_SHELL default to bashYann E. MORIN"1-6/+4
Some components (eg. GMP) will fail to correctly build if the CONFIG_SHELL is not bash (eg. ash or dash). So make bash the default CONFIG_SHELL. Keep ash as a possible selection, as future versions of those currently /broken/ tools may come fixed wrt to CONFIG_SHELL being POSIX-ly compliant.
2009-08-03[config] Merge CONFIG_SHELL selection.Yann E. MORIN"7-3/+76
2009-08-02[config] Warn againt using ash as CONFIG_SHELLYann E. MORIN"1-1/+5
It apears that more and more ./configure scripts and Makefiles make use of non-POSIXly correct shell constructs, that don't work with ash. For now, just warn the user against using ash, but keep it as an option in case newer versions of the /broken/ components come fixed, and we can again use ash, as it is in some cases really faster than bash.
2009-08-02[cc-gcc] Add latest versionsYann E. MORIN"1-0/+8
Add gcc-4.4.1
2009-08-02[comp-lib-gmp] Add latest versionsYann E. MORIN"1-0/+10
Add 4.3.0 and 4.3.1.
2009-08-02[tools-libelf] Add latest version.Yann E. MORIN"1-0/+5
Add libelf 0.8.11, propagate patchset from 0.8.10.
2009-08-02[libc-eglibc] Add latest versionYann E. MORIN"1-0/+5
Add latest branch 2_10.
2009-08-02[debug-ltrace] Add latest version.Yann E. MORIN"1-0/+5
Add ltrace 0.5.2, propagate patchset from 0.5.1 and from Debian.
2009-08-02[debug-duma] Add latest versionsYann E. MORIN"1-0/+5
Add 2.5.15, propagate patchset from 2_5_14 up to 2_5_15.
2009-08-02[kernel-linux] Add latest versionsYann E. MORIN"1-3/+38
Add 2.6.29.{5,6} and 2.6.30{,.1} Update 2.6.27.24 to 2.6.27.26 as long-term stable.
2009-08-02[config] Allow user to specify custom CONFIG_SHELLYann E. MORIN"1-3/+18
In case the shell the user wants to use as CONFIG_SHELL is located in a weird place (eg. /opt/bash/bin/bash), or is weirdly named (eg. bash-4), let the user enter the patch to the shell.
2009-08-02[config] Add bash as a possible CONFIG_SHELLYann E. MORIN"1-0/+9
On some systems and/or for some components, it may be necessary to explicitly use bash as the shell used by ./configure and Makefiles.
2009-08-02[config] Change the way to select the CONFIG_SHELLYann E. MORIN"1-9/+39
Transform the single boolean option to a 'choice' selection with two options: "sh" and "ash". This is needed to later add "bash" as override.
2009-06-26Add support code for the canadian-cross case.Bart van der Meulen1-1/+1
Add implementation for a candadian build option already present in crosstool in order to build a cross-compiler where build != host != target Signed-off-by: Bart van der Meulen <bartvdrmeulen@gmail.com>