Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Like amd64, use -msoft-float.



details:   https://anonhg.NetBSD.org/src/rev/ed35ab0f6db4
branches:  trunk
changeset: 326610:ed35ab0f6db4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 07 00:25:45 2014 +0000

description:
Like amd64, use -msoft-float.

diffstat:

 sys/arch/i386/conf/Makefile.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73f34b070c16 -r ed35ab0f6db4 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Thu Feb 06 19:20:11 2014 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Fri Feb 07 00:25:45 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.180 2014/02/05 18:52:22 dsl Exp $
+#      $NetBSD: Makefile.i386,v 1.181 2014/02/07 00:25:45 joerg Exp $
 
 # Makefile for NetBSD
 #
@@ -34,7 +34,7 @@
 ## (2) compile settings
 ##
 CPPFLAGS+=     -Di386
-CFLAGS+=        -mno-80387 -mno-fp-ret-in-387
+CFLAGS+=       -msoft-float
 ## no-sse implies no-sse2 but not no-avx
 CFLAGS+=       -mno-mmx -mno-sse -mno-avx
 



Home | Main Index | Thread Index | Old Index