Date: Tue, 12 Jul 94 14:49:21 -0400 From: dj AT ctron DOT com (DJ Delorie) To: morphine AT whatever DOT cs DOT jhu DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Software FPU -msoft-float tells the compiler to use an emulator that should be linked with the application. If your application does floating point, you need to be able to do it one way or another. Note that libc.a is NOT built with the -msoft-float option.