pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [2017Q2] seamonkey build failure on NetBSD-8 AXP



On Wed, Jul 19, 2017 at 12:29:14PM +0000, coypu%sdf.org@localhost wrote:
> +.if (${MACHINE_ARCH} == alpha)
> +CFLAGS+=       -mfp-trap-mode=sui
> +CFLAGS+=       -mieee-with-inexact
> +.endif


I was inspired by the GCC man page:

       -mieee-conformant
           This option marks the generated code as IEEE conformant.  You must
           not use this option unless you also specify -mtrap-precision=i and
           either -mfp-trap-mode=su or -mfp-trap-mode=sui.  Its only effect is
           to emit the line .eflag 48 in the function prologue of the
           generated assembly file.

although your problem is getting a trap, rather than the lack of getting one...


Home | Main Index | Thread Index | Old Index