From abd76724643106cfdbd7b6ae80f1551a6d6db511 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Wed, 26 Apr 2017 16:01:52 -0700 Subject: Remove support for the x86 compat JIT from .NET Core. These changes remove support for the x86 compat JIT from the build, the runtime, and the various perf/test scripts. Fixes #10733, #10734. --- clrdefinitions.cmake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'clrdefinitions.cmake') diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake index 838be56f62..c2493f0268 100644 --- a/clrdefinitions.cmake +++ b/clrdefinitions.cmake @@ -1,9 +1,3 @@ -if(WIN32 AND CLR_CMAKE_TARGET_ARCH_I386 AND BUILD_JIT32) - set(CLR_BUILD_JIT32 1) -else() - set(CLR_BUILD_JIT32 0) -endif() - include(clrfeatures.cmake) if (CLR_CMAKE_TARGET_ARCH_AMD64) -- cgit v1.2.3