Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Re-enable alpha IEEE compiler options
details: https://anonhg.NetBSD.org/src/rev/9c86874f7685
branches: trunk
changeset: 796052:9c86874f7685
user: martin <martin%NetBSD.org@localhost>
date: Sun May 18 10:47:03 2014 +0000
description:
Re-enable alpha IEEE compiler options
diffstat:
lib/libm/Makefile | 4 ++--
tests/lib/libm/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 31630935ceba -r 9c86874f7685 lib/libm/Makefile
--- a/lib/libm/Makefile Sun May 18 10:43:54 2014 +0000
+++ b/lib/libm/Makefile Sun May 18 10:47:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2014/05/05 18:08:32 martin Exp $
+# $NetBSD: Makefile,v 1.159 2014/05/18 10:47:03 martin Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -53,7 +53,7 @@
.if (${MACHINE_ARCH} == "alpha")
.PATH: ${.CURDIR}/arch/alpha
ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S
-# COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
+COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
.elif (${MACHINE_CPU} == "arm")
.PATH: ${.CURDIR}/arch/arm
COMMON_SRCS+= fenv.c s_nexttowardf.c \
diff -r 31630935ceba -r 9c86874f7685 tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile Sun May 18 10:43:54 2014 +0000
+++ b/tests/lib/libm/Makefile Sun May 18 10:47:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/05/05 18:08:33 martin Exp $
+# $NetBSD: Makefile,v 1.24 2014/05/18 10:47:38 martin Exp $
.include <bsd.own.mk>
@@ -11,7 +11,7 @@
.endif
.if ${MACHINE} == "alpha"
-# COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
+COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
.endif
TESTS_C+= t_acos
Home |
Main Index |
Thread Index |
Old Index