Do not build some floating point math functions on ARM right now, since they seem to call x86 inline assembly

Investigate this later...

svn path=/trunk/; revision=41917
This commit is contained in:
ReactOS Portable Systems Group 2009-07-12 10:41:23 +00:00
parent 6174f3d53a
commit 5295bfbae2

View file

@ -116,9 +116,6 @@
<file>frexp.c</file>
<file>huge_val.c</file>
<file>hypot.c</file>
<file>j0_y0.c</file>
<file>j1_y1.c</file>
<file>jn_yn.c</file>
<file>ldiv.c</file>
<file>modf.c</file>
<file>rand.c</file>
@ -158,6 +155,9 @@
<file>fmod.c</file>
<file>ldexp.c</file>
</directory>
<file>j0_y0.c</file>
<file>j1_y1.c</file>
<file>jn_yn.c</file>
</if>
<if property="ARCH" value="amd64">
<directory name="i386">
@ -166,6 +166,9 @@
<file>fmod.c</file>
<file>ldexp.c</file>
</directory>
<file>j0_y0.c</file>
<file>j1_y1.c</file>
<file>jn_yn.c</file>
</if>
<ifnot property="ARCH" value="i386">
<file>stubs.c</file>