Deleted Added
full compact
Makefile (226597) Makefile (230192)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 226597 2011-10-21 06:27:56Z das $
2# $FreeBSD: head/lib/msun/Makefile 230192 2012-01-16 04:09:17Z das $
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 109 unchanged lines hidden (view full) ---

120# Some files need certain gcc built-in functions to be disabled, since gcc's
121# model of the functions bogusly assumes -fno-trapping-math.
122XRINT_CFLAGS= -fno-builtin-rint -fno-builtin-rintf -fno-builtin-rintl
123CFLAGS+= ${XRINT_CFLAGS}
124XRINT_CFLAGS:= ${.IMPSRC:M*/s_nearbyint.c:C/^.+$/${XRINT_CFLAGS}/:C/^$//}
125
126SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
127
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 109 unchanged lines hidden (view full) ---

120# Some files need certain gcc built-in functions to be disabled, since gcc's
121# model of the functions bogusly assumes -fno-trapping-math.
122XRINT_CFLAGS= -fno-builtin-rint -fno-builtin-rintf -fno-builtin-rintl
123CFLAGS+= ${XRINT_CFLAGS}
124XRINT_CFLAGS:= ${.IMPSRC:M*/s_nearbyint.c:C/^.+$/${XRINT_CFLAGS}/:C/^$//}
125
126SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
127
128INCS= fenv.h math.h
128INCS+= fenv.h math.h
129
130MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
131 ceil.3 ccos.3 ccosh.3 cexp.3 \
132 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
133 feclearexcept.3 feenableexcept.3 fegetenv.3 \
134 fegetround.3 fenv.3 floor.3 \
135 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
136 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \

--- 76 unchanged lines hidden ---
129
130MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
131 ceil.3 ccos.3 ccosh.3 cexp.3 \
132 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
133 feclearexcept.3 feenableexcept.3 fegetenv.3 \
134 fegetround.3 fenv.3 floor.3 \
135 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
136 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \

--- 76 unchanged lines hidden ---