Module Name: src
Committed By: martin
Date: Sun May 18 10:47:04 UTC 2014
Modified Files:
src/lib/libm: Makefile
Log Message:
Re-enable alpha IEEE compiler options
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.158 src/lib/libm/Makefile:1.159
--- src/lib/libm/Makefile:1.158 Mon May 5 18:08:32 2014
+++ src/lib/libm/Makefile Sun May 18 10:47:03 2014
@@ -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 @@ LINTFLAGS += -g
.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 \