Removed atan.c. For PPC we're using the glibc implementation, for
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
This commit is contained in:
parent
379f146735
commit
e695fe845d
@ -1,16 +1,16 @@
|
||||
SubDir HAIKU_TOP src system libroot posix math ;
|
||||
|
||||
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
|
||||
#SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) glibc ] ;
|
||||
#SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) glibc include ] ;
|
||||
#SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) glibc include arch $(TARGET_ARCH) ] ;
|
||||
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
|
||||
# atan.c
|
||||
atanh.c
|
||||
cabs.c
|
||||
cbrt.c
|
||||
|
Loading…
Reference in New Issue
Block a user