Comment out the ieee fp flags for alpha for now - something (tm) is not

working right, see PR port-alpha/48782.
This commit is contained in:
martin 2014-05-05 18:08:32 +00:00
parent 1d34270f2d
commit fb80a335f8
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.157 2014/04/28 08:47:43 martin Exp $
# $NetBSD: Makefile,v 1.158 2014/05/05 18:08:32 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 \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2014/04/28 08:46:35 martin Exp $
# $NetBSD: Makefile,v 1.23 2014/05/05 18:08:33 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