Module Name: src
Committed By: martin
Date: Sun May 18 10:47:38 UTC 2014
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Re-enable alpha IEEE compiler options
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/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/tests/lib/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.23 src/tests/lib/libm/Makefile:1.24
--- src/tests/lib/libm/Makefile:1.23 Mon May 5 18:08:33 2014
+++ src/tests/lib/libm/Makefile Sun May 18 10:47:38 2014
@@ -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 @@ CPPFLAGS+= -DHAVE_FENV_H
.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