2005-02-04 14:33:39 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
ARCH_SRCS = s_copysign.S s_copysignf.S
|
2005-03-07 04:53:36 +00:00
|
|
|
LDBL_PREC = 53
|
2005-02-04 14:33:39 +00:00
|
|
|
|
|
|
|
# XXX Comment from NetBSD/Alpha:
|
|
|
|
# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
|
|
|
|
# handling is broken (doesn't exist!) on the Alpha port.
|
|
|
|
# Stock gcc 2.7.2.1 doesn't understand these options.
|
|
|
|
#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
|