summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-06libc/uClibc: add wchar supportSimon Pasch2-2/+21
2009-11-17arch: cleanup the 32- and 64-bit selectionYann E. MORIN"15-118/+66
2009-11-17arch/ia64: update to the new 64-bit infrastructureYann E. MORIN"2-9/+17
2009-11-17arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"6-32/+34
2009-11-17arch/x86: commonalise the 32- and 64-bit x86 archYann E. MORIN"8-71/+98
2009-11-17arch/ppc: commonalise the 32- and 64-bit PowerPC archYann E. MORIN"13-111/+156
2009-11-17arch: add hidden config knobs for 32- and 64-bit support and selectYann E. MORIN"1-0/+45
Add new hidden config knobs that architectures can select to say whether they support 32- or 64-bit variants, and which they default to.
2009-11-16Merge.Yann E. MORIN"2-5/+5
2009-11-16Merge.Yann E. MORIN"59-52/+4776
2009-11-16libc/glibc: allow more than one line in configparmsYann E. MORIN"2-5/+5
2009-11-16arch/s390: cleanupsYann E. MORIN"8-36/+27
Don't select unneeded config knobs. Don't select non-existing config knobs. Use the "no patch" config knob, instead of pointing to an non-exiting local patch dir. Simplify the tuple-related scripts. Update the samples.
2009-11-16config/global: enable not using patches at allYann E. MORIN"2-0/+15
It can be needed to build a toolchain with no patch at all.
2009-11-14arch: add s390 and s390x architectures and samplesharold8-0/+796
2009-11-13samples: update the armeb-unknown-linux-gnueabi sample to use glibc-2.10.1Yann E. MORIN"1-27/+26
2009-11-13libc/glibc: add 2.10.1Yann E. MORIN"55-0/+4552
Woo... It seems the glibc guys finally decided that tarballs were not deprecated, in fact. The patchset was vampirised from Gentoo (kudos, guys!), and applies to glibc+ports, so that's why it's been added as a patchset against ports, not against glibc.
2009-11-13scripts: add a new helper script to easily rediff a patchsetYann E. MORIN"1-0/+153
2009-11-12scripts: be POSIXly correct in helper scriptsYann E. MORIN"2-2/+12
Fix helper scripts to be POSIXly correct: don't expect '.' (the dot builtin) to search CWD if it is not in $PATH.
2009-11-11patches/binutils/2.20: make patches appliableFrederic Roussel7-30/+23
Fix filenames in patch files for binutils-2.20. Some patch files were only usable with patch argument '-p0'. Fix the diff context to match 2.20 release. Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
2009-11-10scripts: output renumbered patches in a new directoryYann E. MORIN"1-23/+33
When renumbering patches, the original patches get removed and replaced with the new ones. This can be annoying to loose the original patches. Fix this by putting the new patchs in a directory of their own.
2009-10-30scripts: some eye-candyYann E. MORIN"2-2/+8
2009-10-30scripts: update config.{sub,guess}Yann E. MORIN"1-2/+2
2009-10-30scripts: fix updating config.{sub,guess}Yann E. MORIN"3-7/+6
2009-10-28Merge.Yann E. MORIN"236-31075/+2423
2009-10-28samples: update all samples to the new set of optionsYann E. MORIN"33-1680/+702
No version change is made.
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-28libc/uClibc: fix building on system with recent glibcZoltan Devai1-0/+30
While trying to build a toolchain with ct-ng 1.5.0, arm-unknown-linux-uclibcgnueabi target, I get the following error: [INFO ] Installing C library headers [EXTRA] Copying sources to build dir [EXTRA] Applying configuration [EXTRA] Building headers [EXTRA] Installing headers [ERROR] extra/scripts/unifdef.c:209: error: conflicting types for 'getline' [ERROR] make[2]: *** [extra/scripts/unifdef] Error 1 [ERROR] Build failed in step 'Installing C library headers' The following patch solves the problem. (It's a backport of this uClibc commit: http://git.uclibc.org/uClibc/commit/?id=49e81cada73616864b9b31df0aeb6961c30f5a6e ) [--SNIP from another mail--] AFAIK this is a problem since glibc 2.10.
2009-10-27config/binutils: add latest version 2.20Yann E. MORIN"15-0/+552
Also add patchset vampirised from Gentoo.
2009-10-28debug/strace: add latest version, unmarkprevious EXPERIMENTALYann E. MORIN"7-2/+233
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 sample for nommu bare-metal Cortex-M3 with newlibYann E. MORIN"2-0/+346
2009-10-26arch/arm: add THUMB interworking supportYann E. MORIN"2-0/+18
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"2-0/+35
2009-10-21arch/arm: no need to check for the ABI optionYann E. MORIN"1-4/+0
The ABI option can not be set if EABI was selected, so no need to check for it.
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"3-14/+50
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-26functions: allow using sub-dir of a moduleYann E. MORIN"1-3/+14
Some projects' module (eg. newlib) are checked-out into a sudirectory rather than into their own directory. Handle this case in the CT_GetCVS function.
2009-10-21libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"5-15/+32
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-26libc/newlib: cleanup the build and finish stepsYann E. MORIN"1-14/+12
build step: - ./configure - remove glibc-specific options - pass the target CFLAGS in the correct variable - make: - build in // finish step: - print proper message in finish step
2009-10-25libc/newlib: fix host/target confusionYann E. MORIN"1-2/+6
newlib handles the build/host/target a bit differently as one would expect: build : not used host : the nachine that builds newlib target : the machine on which newlib will run
2009-10-21debug/dmalloc: fix handling of threading modelYann E. MORIN"1-3/+3
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-23scripts/functions: Fix a variable name.Frederic Roussel1-1/+1
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
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"26-0/+804
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-27scripts: add sed expression to apply when renumbering patchesYann E. MORIN"1-14/+26
Some patchsets have superfluous members in their names (eg. the ones coming from Gentoo), so it can come in handy to pass a sed RE to strip them out of the final patch name. Also add a 'fake' mode, where the command will only be printed and not executed, so we can check beforehand if the rename will be OK.
2009-10-27scripts: fis addToolVersion wrt binutilsYann E. MORIN"1-1/+1
binutils' config file has moved; update the addToolVerion script accordingly.