git: pc64: Add '-mno-fp-ret-in-387' compiler option

Aaron LI aly at crater.dragonflybsd.org
Mon Mar 23 00:40:20 PDT 2026


commit e51ddf99a218db1badf4ed093c9d8f106cef76fb
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Sep 29 22:00:19 2025 +0800

    pc64: Add '-mno-fp-ret-in-387' compiler option
    
    This option prevents returning floating-point values in x87 registers.
    
    I don't think our kernel has such issues, but just be safe.

Summary of changes:
 sys/platform/pc64/conf/kern.mk | 1 +
 1 file changed, 1 insertion(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e51ddf99a218db1badf4ed093c9d8f106cef76fb


-- 
DragonFly BSD source repository


More information about the Commits mailing list