This patch allows GCC 3.3.3 to be built with GCC 4.0
and higher, which means that released jRate versions
can now be built with GCC 4.0 and higher. This is
only necessary for jRate 0.3.7.x and 0.3.8.x, the
Subversion repository for jRate already incorporates
this patch (and it will go into the jRate 0.4.0
release).
To use this patch, unpack GCC 3.3.3 sources as you
normally would in the top-level jRate source
directory. Then cd into the top-level of the GCC
source tree, apply the patch with "patch -p0
< /path/to/gcc333-buildwith40.patch" and continue to
configure and make jRate as usual.
Patch to GCC 3.3.3 to support building with GCC 4.0 and up