Add memrchr for ppc and m68k too. Please don't forget other archs when adding stuff :P

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-04-25 12:22:11 +00:00
parent c4d143146c
commit e65c298c0e
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ local genericSources =
cmp.c dbl2mpn.c divrem.c
dosincos.c
halfulp.c
memrchr.c
mpa.c mpatan.c mpatan2.c mpexp.c mplog.c mpn2dbl.c
mpn2flt.c mpn2ldbl.c mpsqrt.c mptan.c
mul.c mul_n.c

View File

@ -28,6 +28,7 @@ local genericSources =
cmp.c dbl2mpn.c divrem.c
doasin.c dosincos.c
halfulp.c
memrchr.c
mpa.c mpatan.c mpatan2.c mpexp.c mplog.c mpn2dbl.c
mpn2flt.c mpn2ldbl.c mpsqrt.c mptan.c
mul.c mul_n.c