>>>>> "M" == Mathew Hendry <[EMAIL PROTECTED]> writes:

    M> BTW, can't check the -DABORTFP business, as this gcc doesn't
    M> support it (I guess I don't have the right libraries).

On my linux box, it is too :)

To compile with -DABORTFP, I need a newer <fpu_contorol.h> which contains
these macros.

/* Macros for accessing the hardware control word.  */
#define _FPU_GETCW(cw) __asm__ ("fnstcw %0" : "=m" (*&cw))
#define _FPU_SETCW(cw) __asm__ ("fldcw %0" : : "m" (*&cw))

--- 
Takehiro TOMINAGA // may the source be with you!
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to