diff options
author | des <des@FreeBSD.org> | 2003-10-23 08:23:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-10-23 08:23:51 +0000 |
commit | 6cefc48da31e74a838ad2964537f869c408885aa (patch) | |
tree | 62a49cca366c326fa89466c78e22d6844f71cd6e | |
parent | 858c5bdd966aec9f8ee1e5a3e6d0b5731b59bac0 (diff) | |
download | FreeBSD-src-6cefc48da31e74a838ad2964537f869c408885aa.zip FreeBSD-src-6cefc48da31e74a838ad2964537f869c408885aa.tar.gz |
Connect fabsl.c to the build.
-rw-r--r-- | lib/msun/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index e390a63..aa9eda9 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -100,6 +100,8 @@ COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \ # FreeBSD's C library supplies these functions: #COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c +COMMON_SRCS+= fabsl.c + # Exclude the generic versions of what we provide in the MD area. .if defined(ARCH_SRCS) .PATH: ${.CURDIR}/${ARCH} |