This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PING x2: [PATCH take 2]: Integrate GCC with the complex math library MPC (configury)
From: "DJ Delorie" <dj@redhat.com>
Unfortunately, src is out of sync with gcc. Could you send me a patch
against src? If you do I'll apply it for you.
I downloaded ftp://sourceware.org/pub/binutils/snapshots/binutils.tar.bz2 to
see what's missing, is that the right place?
Diff'ing configure.ac, I see there are several missing patches. But I think
to apply mine you only need one other that touches the same place.
Try doing this one first. For some reason there's a whtespace problem, so
use "patch --ignore-whitespace":
http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00866.html
Once you get that, my recent MPC patch will apply cleanly on top of it.
Then regen Makefile.in & configure and you should be good to go.
--Kaveh