Source-Changes-HG archive

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

[src/trunk]: src use -msoft-quad-float on the sparc64.



details:   https://anonhg.NetBSD.org/src/rev/cae988f2f80b
branches:  trunk
changeset: 503274:cae988f2f80b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 04 14:42:31 2001 +0000

description:
use -msoft-quad-float on the sparc64.

diffstat:

 usr.bin/systat/Makefile  |  6 +++++-
 usr.sbin/iostat/Makefile |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 882c1ba997f4 -r cae988f2f80b usr.bin/systat/Makefile
--- a/usr.bin/systat/Makefile   Sun Feb 04 14:24:38 2001 +0000
+++ b/usr.bin/systat/Makefile   Sun Feb 04 14:42:31 2001 +0000
@@ -1,8 +1,12 @@
-#      $NetBSD: Makefile,v 1.22 2000/01/08 23:12:36 itojun Exp $
+#      $NetBSD: Makefile,v 1.23 2001/02/04 14:51:06 mrg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  systat
 
+.if ${MACHINE} == "sparc64"
+CFLAGS+=      -msoft-quad-float
+.endif
+
 .PATH: ${.CURDIR}/../../usr.bin/vmstat
 
 CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
diff -r 882c1ba997f4 -r cae988f2f80b usr.sbin/iostat/Makefile
--- a/usr.sbin/iostat/Makefile  Sun Feb 04 14:24:38 2001 +0000
+++ b/usr.sbin/iostat/Makefile  Sun Feb 04 14:42:31 2001 +0000
@@ -1,9 +1,13 @@
-#      $NetBSD: Makefile,v 1.16 1997/10/25 06:58:07 lukem Exp $
+#      $NetBSD: Makefile,v 1.17 2001/02/04 14:42:31 mrg Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 PROG=  iostat
 MAN=   iostat.8
 
+.if ${MACHINE} == "sparc64"
+CFLAGS+=       -msoft-quad-float
+.endif
+
 .PATH: ${.CURDIR}/../../usr.bin/vmstat
 
 CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat



Home | Main Index | Thread Index | Old Index