summaryrefslogtreecommitdiffstats
path: root/sources/gcc/3.4.2
Commit message (Collapse)AuthorAgeFilesLines
* Major buildroot facelift, step one.Eric Andersen2004-10-0911-4432/+0
| | | | -Erik
* Don't include glibc symbol versions in libgcc.Manuel Novoa III2004-09-304-47/+123
| | | | | Replace mips delay slot patch with upstream fix. Backport gcc typo fix from cvs to fix powerpc builds with newer binutils.
* Aesthetic change... Current gcc cvs removes the unnecessary dependency refManuel Novoa III2004-09-111-1/+1
| | | | to gthr-gnat.c, so remove it and the unnecesary ref to unwind-dw2-fde.c.
* Fix type noticed by Peter Mazinger.Manuel Novoa III2004-09-111-1/+1
|
* Integrate gcc 3.4.2 and add patches from both openembedded (6??-*)Manuel Novoa III2004-09-1010-0/+4356
and Dan Kegel's crosstools (7??-*). Use makefile vars for toolchain names in ccache.mk and gdb.mk. Fix a g++-related symlink issue with ccache. Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips is building). Let the users go forth and test... ;-)