From 80f7916a793222a5484cd414b45747705d3f2723 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Mon, 28 Jul 2008 02:13:39 +0000 Subject: [PATCH] - We finally figured out how to build the CRT! It seems on ARM, we have to add __MSVCRT__ to all build targets. - Thanks to the people who worked on the PPC port for making this obvious in the rbuild file :) svn path=/trunk/; revision=34884 --- reactos/ReactOS-arm.rbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/ReactOS-arm.rbuild b/reactos/ReactOS-arm.rbuild index 98ce59f2634..b073d425aa6 100644 --- a/reactos/ReactOS-arm.rbuild +++ b/reactos/ReactOS-arm.rbuild @@ -65,6 +65,7 @@ -O3 + -Wno-attributes -fno-strict-aliasing -s -- 2.17.1