From dfdc5e411ed062a6aba942ac53e201c804b1eb2a Mon Sep 17 00:00:00 2001 From: Andrew Bachmann Date: Wed, 18 May 2005 20:43:52 +0000 Subject: [PATCH] use "national" math (fixes copysign/drem) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12720 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/math/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/math/Jamfile b/src/system/libroot/posix/math/Jamfile index f2d7796556..f8692c07b8 100644 --- a/src/system/libroot/posix/math/Jamfile +++ b/src/system/libroot/posix/math/Jamfile @@ -1,6 +1,7 @@ SubDir OBOS_TOP src system libroot posix math ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) glibc ] ; +SubDirCcFlags -Dnational ; KernelMergeObject posix_math.o : acosh.c