x86 the Haiku image still builds, so it is apparently not used. I guess it would be best to abandon our posix_math.o completely and use the glibc math implementations instead. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15446 a95241bf-73f2-0310-859d-f6bbb57e9c96
43 lines
608 B
Plaintext
43 lines
608 B
Plaintext
SubDir HAIKU_TOP src system libroot posix math ;
|
|
|
|
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
|
|
SubDirCcFlags -Dnational ;
|
|
|
|
# TODO: We should probably drop this completely and use the glibc math support,
|
|
# instead of the current mix.
|
|
|
|
MergeObject posix_math.o :
|
|
acosh.c
|
|
asincos.c
|
|
asinh.c
|
|
# atan.c
|
|
atanh.c
|
|
cabs.c
|
|
cbrt.c
|
|
cosh.c
|
|
erf.c
|
|
exp.c
|
|
exp__E.c
|
|
expm1.c
|
|
floatmath.c
|
|
gamma.c
|
|
ieee.c
|
|
j0.c
|
|
j1.c
|
|
jn.c
|
|
lgamma.c
|
|
log.c
|
|
log10.c
|
|
log1p.c
|
|
log__L.c
|
|
math_globals.c
|
|
pow.c
|
|
round.c
|
|
sincos.c
|
|
sinh.c
|
|
tan.c
|
|
tanh.c
|
|
;
|
|
|
|
SubInclude HAIKU_TOP src system libroot posix math arch $(TARGET_ARCH) ;
|