From 84987c7ad5292312632624c6e895fc11bb51b68a Mon Sep 17 00:00:00 2001 From: Andrew Bachmann Date: Thu, 19 May 2005 00:01:56 +0000 Subject: [PATCH] it is now git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12729 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kernel/libroot/posix/math/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/kernel/libroot/posix/math/Jamfile b/src/tests/kernel/libroot/posix/math/Jamfile index cb1e0b3363..1feeed7fc8 100644 --- a/src/tests/kernel/libroot/posix/math/Jamfile +++ b/src/tests/kernel/libroot/posix/math/Jamfile @@ -2,7 +2,7 @@ SubDir OBOS_TOP src tests kernel libroot posix math ; UsePrivateHeaders libroot ; SubDirHdrs [ FDirName $(OBOS_TOP) src system libroot posix glibc ] ; -SubDirC++Flags -mieee-fp ; +SubDirCcFlags -Dnational ; MATH_SOURCES = acosh.c asincos.c asinh.c atan.c