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