summaryrefslogtreecommitdiff
path: root/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-08-15Add patches against gcc-3.4.6. Untested.Yann E. MORIN"17-0/+14652
2007-08-15Remove dead linuxthreads patches.Yann E. MORIN"24-3575/+0
2007-08-14Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"428-174230/+0
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
2007-08-12Add experimental binutils-2.17.50.0.18, along with patches from previous ↵Yann E. MORIN"3-0/+69
snapshot.
2007-08-11Add glibc: 2.5.1 - 2.6 - 2.6.1.Yann E. MORIN"27-0/+1605
Apply the same patches as glibc 2.5: they apply without any problem (except for ridiculously small offsets).
2007-08-06Add patches for binutils-2.17.50.0.17 (vampirised from buildroot).Yann E. MORIN"3-0/+69
2007-08-04Add patches for gcc-4.2.1.Yann E. MORIN"17-0/+4016
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"3-112/+2
Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
2007-07-23The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type ↵Yann E. MORIN"1-1/+1
(__ulong_t does not exist, while __u_long does). Fix that.
2007-07-21Vampirise two more patches against uClibc-0.9.29 from buildroot.Yann E. MORIN"2-0/+142
2007-07-21Remove unused patch to uClibc-0.9.29.Yann E. MORIN"1-396/+0
2007-07-16Update and fix a patch to strace.Yann E. MORIN"1-7/+9
2007-07-15Copy softfloat fix patch from gcc-4.1.2 to gcc-4.2.0.Yann E. MORIN"1-0/+58
2007-07-14Re-diff strace patches against current version.Yann E. MORIN"11-128/+134
2007-07-14Add patches for strace 4.5.15.Yann E. MORIN"10-0/+985
2007-07-14Add a patch to gcc to expand switch-case to an if-else sequence (from ↵Yann E. MORIN"1-0/+153
buildroot).
2007-07-12Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"2-0/+130
2007-06-01Add the first tool facility: sstrip.Yann E. MORIN"1-0/+12
2007-05-27Merge the NPTL stuff.Yann E. MORIN"4-0/+114
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
2007-05-22Port the custom ISA patch to uClibc-0.9.29Yann E. MORIN"1-0/+31
2007-05-20Forgot to svn add...Yann E. MORIN"15-0/+3882
2007-05-19Add uClibc-0.9.29:Yann E. MORIN"4-0/+494
- associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
2007-05-19Correctly handle the libfloat case: download, extract and patch sub-actions.Yann E. MORIN"2-0/+0
Small improvement in messages in scipts/functions when retrieving a file.
2007-05-19Remove an incorrect path from uClibc-0.9.29: we _do_ need a xgcc to buld ↵Yann E. MORIN"1-13/+0
this header!
2007-05-18Add dmalloc debug library facility.Yann E. MORIN"6-0/+320
Add patches for dmalloc. Ignore the generated config/debug.in
2007-05-18Patches for glibc-2.5, courtesy of "Robert P. J. Day" <rpjday@mindspring.com>Yann E. MORIN"7-0/+479
2007-05-17Make the debug config menu a generated file.Yann E. MORIN"1-0/+13
Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
2007-05-17Debug facilities:Yann E. MORIN"41-0/+4907
- 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.
2007-05-08Huge fixes to glibc build, so that we can build at least (and at last):Yann E. MORIN"1-0/+45
- use ports addon even when installing headers, - use optimisation (-O) when installing headers, to avoid unnecessary warnings (thanks Robert P. J. DAY for pointing this out!), - lowest kernel version to use is only X.Y.Z, not X.Y.Z.T, - a bit of preparations for NPTL (RSN I hope), - fix fixing the linker scripts (changing the backup file is kind of useless and stupid); Shut uClibc finish step: there really is nothing to do; Add a patch for glibc-2.3.6 weak aliases handling on some archs (ARM and ALPHA at least); Did not catch the make errors: fixed the pattern matching in scripts/functions; Introduce a new log level, ALL: - send components' build messages there, - DEBUG log level is destined only for crosstool-NG debug messages, - migrate sub-actions to use appropriate log levels; Update the armeb-unknown-linux-gnu sample: - it builds! - uses gcc-4.0.4 and glibc-2.3.6, - updated to latest config options set.
2007-05-01Merge patches sent by Robert P. J. Day <rpjday@mindspring.com>.Yann E. MORIN"4-0/+169
Warning: the buildroot folks purposedly removed the skip-comment patch but didn't really said why. Keeping it for the sake of having it in svn just in case (removing it will be easier thant not having it at all).
2007-05-01Vampirise patches for binutils 2.17 from buildroot.Yann E. MORIN"6-0/+263
2007-04-10Vampirised another piece of patch from buildroot to apply to gcc-4.0.4.Yann E. MORIN"1-0/+49
2007-04-10Add patches for binutils 2.17.50.0.14.Yann E. MORIN"4-0/+218
Vampirised fron buildroot.
2007-03-04Add gcc-4.1.2 and update associated patches.Yann E. MORIN"11-206/+185
2007-03-04Argh! I forgot to commit the uClibc-0.9.28.3 patches...Yann E. MORIN"6-0/+139
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"597-0/+213618
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(