• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $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
11