summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/4.1.0
Commit message (Collapse)AuthorAgeFilesLines
* tidy upMike Frysinger2006-09-301-4/+4
|
* The newer versions of GCC no longer need this patch."Steven J. Hill"2006-06-221-20/+0
|
* Add support for ARM EABI.Paul Mundt2006-06-051-0/+27
|
* slight tweak so it will actually compileMike Frysinger2006-04-121-1/+1
|
* forward port the arm big endian patchMike Frysinger2006-04-121-0/+67
|
* Well... at least this seems to build. Haven't had time to really test it ↵Manuel Novoa III2006-03-261-180/+190
| | | | yet, but checking it in for sjhill to test.
* Compile even if index is a macroPeter S. Mazinger2006-03-251-0/+24
|
* configuration for locale support (and lack thereof) was all screwed upEric Andersen2006-03-191-10/+30
|
* remove hunk that doesnt belong (see Gentoo Bug 125395)Mike Frysinger2006-03-111-22/+0
|
* uclibc clocale was not recognized, remove unneeded CCODECVT_HPeter S. Mazinger2006-03-041-5/+12
|
* grab patch for superh big endian targetsMike Frysinger2006-03-021-0/+25
|
* no longer needed as it is part of the 4.1.0 releaseMike Frysinger2006-03-021-16/+0
|
* update patch to gcc-4.1.0 releaseMike Frysinger2006-03-021-198/+264
|
* Add patch back in."Steven J. Hill"2005-12-081-0/+16
|
* - fixed in 4.0.3 and 4.1.0Bernhard Reutner-Fischer2005-12-021-16/+0
|
* use the shared gnuconfig package to update config.sub files rather than ↵Mike Frysinger2005-11-111-40/+0
| | | | patching them
* sync alpha/x86_64/sh updates with previous 4.0.x patchesMike Frysinger2005-09-221-60/+40
|
* Apply the fix for gcc bug #22167Eric Andersen2005-07-181-0/+16
| | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit.
* Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS"Steven J. Hill"2005-05-054-0/+83
| | | | | toolchain and filesystem image builds for C/C++. Java will be tested next.
* New patches for GCC-4.1.0 for locale and configuration."Steven J. Hill"2005-05-032-290/+402
|
* Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"2005-04-284-0/+3689
GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended.