From 04e088c3a93cf117e7e8e05b1c875bb2a27bdc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 3 Sep 2008 18:59:12 +0000 Subject: [PATCH] I forgot that m68k build doesn't include long double versions of functions git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27307 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/glibc/arch/m68k/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/glibc/arch/m68k/Jamfile b/src/system/libroot/posix/glibc/arch/m68k/Jamfile index 90c8f90e82..53f1feca40 100644 --- a/src/system/libroot/posix/glibc/arch/m68k/Jamfile +++ b/src/system/libroot/posix/glibc/arch/m68k/Jamfile @@ -141,7 +141,7 @@ MergeObject posix_gnu_arch_$(TARGET_ARCH)_other.o : e_sqrt.c e_sqrtf.c # e_sqrtl.c # s_fdim.c s_fdimf.c # s_fdiml.S # s_fabs.S s_fabsf.S # s_fabsl.S - s_fpclassifyl.c + # s_fpclassifyl.c # s_isnan.c s_isnanf.S s_rint.c s_rintf.c # s_rintl.c # t_sqrt.c