summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/4.0.0
Commit message (Collapse)AuthorAgeFilesLines
* use the shared gnuconfig package to update config.sub files rather than ↵Mike Frysinger2005-11-111-40/+0
| | | | patching them
* add alpha/x86_64 support and cleanup sh supportMike 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.
* Add proper target support for newfangled sh targets.Paul Mundt2005-05-021-0/+49
| | | | | | | | | | | | | GCC folk in their infinite wisdom have added half-assed target support for newer sh cores. The support is there, but of course we have no way to actually enable the thing, so we do that with this patch. Likewise, binutils has no idea about any of these new targets either (not even a half-assed attempt, sadly), so we fix that up too.. now we're able to actually build a real toolchain for sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more inept targets than that one, really. Go look, I promise).
* Ugly hack to force the configuration for the cross libstdc++ to fail for ↵Manuel Novoa III2005-05-011-0/+12
| | | | complex funcs we don't yet support.
* Add 4.0.0 support. Some arches may still need some tweaking and/or ↵Manuel Novoa III2005-04-306-0/+3817
additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet...