blob: f75ace93687fc29b495619cc97001afb5dfe8585 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001# $FreeBSD: src/lib/msun/alpha/Makefile.inc,v 1.2 2005/03/07 04:53:35 das Exp $
2
3ARCH_SRCS = s_copysign.S s_copysignf.S
4LDBL_PREC = 53
5
6# XXX Comment from NetBSD/Alpha:
7# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
8# handling is broken (doesn't exist!) on the Alpha port.
9# Stock gcc 2.7.2.1 doesn't understand these options.
10#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su