| The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1 | # $FreeBSD: src/lib/msun/alpha/Makefile.inc,v 1.2 2005/03/07 04:53:35 das Exp $ |
| 2 | |||||
| 3 | ARCH_SRCS = s_copysign.S s_copysignf.S | ||||
| 4 | LDBL_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 | ||||