On Mon, Jul 15, 2002 at 09:43:20AM +0100, Philip Blundell wrote: > On Sun, 2002-07-14 at 22:45, Matt Zimmerman wrote: > > Fine, so I need to build gcc for software FP. But I can't seem to get > > it to cooperate. I see --without-fp in several places, but it doesn't > > seem to do anything. Same with --nofp. I get the same errors after > > rebuilding gcc with these options. > > Add --no-warn-mismatch to your final link. Or you can take out the > -msoft-float/-mno-cpu from CFLAGS and AFLAGS. It's only there as a > debugging aid, so that accidental use of floating point will generate a > link error.
Thanks. FWIW, things also work fine with gcc 2.9x, which apparently doesn't perform this check (which is superfluous in this case anyway). -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

