From eef33308b1e6d6bef2eb98d9e72a41d0e5584b61 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Fri, 29 Apr 2016 14:15:19 +0900 Subject: [PATCH] ARM: Fix compiler definition inconsistency (#4673) Fix the following inconsistency CoreCLR-Native @ Linux/ARM: FEATURE_STUBS_AS_IL not defined CoreCLR-Managed @ Linux/ARM: FEATURE_STUBS_AS_IL defined This _partially_ fixes #3635 Signed-off-by: MyungJoo Ham --- clr.coreclr.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr.coreclr.props b/clr.coreclr.props index 7e9099f..f7762d2 100644 --- a/clr.coreclr.props +++ b/clr.coreclr.props @@ -88,7 +88,7 @@ true true - true + true false -- 2.7.4