Author: ros-arm-bringup Date: Sun Jul 12 14:41:23 2009 New Revision: 41917
URL: http://svn.reactos.org/svn/reactos?rev=41917&view=rev Log: Do not build some floating point math functions on ARM right now, since they seem to call x86 inline assembly Investigate this later...
Modified: trunk/reactos/lib/sdk/crt/crt.rbuild
Modified: trunk/reactos/lib/sdk/crt/crt.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.rbuild?rev=... ============================================================================== --- trunk/reactos/lib/sdk/crt/crt.rbuild [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/crt.rbuild [iso-8859-1] Sun Jul 12 14:41:23 2009 @@ -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>