From da7dce9b351d6eea1f64770e39e98e98aabb727d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 6 Nov 2008 23:24:41 +0000 Subject: [PATCH] This seems to fix building libroot on ppc... the *l versions aren't used. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28541 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/glibc/arch/ppc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/glibc/arch/ppc/Jamfile b/src/system/libroot/posix/glibc/arch/ppc/Jamfile index 554fb9ab6c..e8d94dca51 100644 --- a/src/system/libroot/posix/glibc/arch/ppc/Jamfile +++ b/src/system/libroot/posix/glibc/arch/ppc/Jamfile @@ -113,7 +113,7 @@ local genericSources = w_remainder.c w_remainderf.c # w_remainderl.c w_scalb.c w_scalbf.c # w_scalbl.c w_sinh.c w_sinhf.c # w_sinhl.c - w_tgamma.c w_tgammaf.c w_tgammal.c + w_tgamma.c w_tgammaf.c # w_tgammal.c ; MergeObject posix_gnu_arch_$(TARGET_ARCH)_generic.o :