From 5295bfbae20a6922a5ae59b26185295733d76437 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sun, 12 Jul 2009 10:41:23 +0000 Subject: [PATCH] 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 --- reactos/lib/sdk/crt/crt.rbuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reactos/lib/sdk/crt/crt.rbuild b/reactos/lib/sdk/crt/crt.rbuild index cd08f31b3e5..abe6d8ce9da 100644 --- a/reactos/lib/sdk/crt/crt.rbuild +++ b/reactos/lib/sdk/crt/crt.rbuild @@ -116,9 +116,6 @@ frexp.c huge_val.c hypot.c - j0_y0.c - j1_y1.c - jn_yn.c ldiv.c modf.c rand.c @@ -158,6 +155,9 @@ fmod.c ldexp.c + j0_y0.c + j1_y1.c + jn_yn.c @@ -166,6 +166,9 @@ fmod.c ldexp.c + j0_y0.c + j1_y1.c + jn_yn.c stubs.c