Renable building frankenjit
authordotnet-bot <dotnet-bot@microsoft.com>
Wed, 10 May 2017 19:43:11 +0000 (12:43 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Wed, 10 May 2017 19:43:11 +0000 (12:43 -0700)
[tfs-changeset: 1657926]

src/jit/DIRS.proj

index 12ea52fb209c09ede3b0c8c7a707cdc7d09fe49c..fc8f40664e8668b59b9e3c12f09f513f4002f991 100644 (file)
@@ -26,8 +26,8 @@
   <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(BuildProjectName)' != 'CoreSys'">
 
     <!-- Build the "FrankenJit" (RyuJIT front-end, legacy back-end) and "FrankenAltjit". These can't conflict with the names of the JIT32 directory outputs. -->
-    <ProjectFile Condition="'$(BuildArchitecture)' == 'arm'"  Include="frankenjit\frankenjit.nativeproj" />
-    <ProjectFile Condition="'$(BuildArchitecture)' == 'i386'" Include="frankenaltjit\frankenaltjit.nativeproj" />
+    <ProjectFile Condition="'$(BuildArchitecture)' == 'i386' or '$(BuildArchitecture)' == 'arm'"  Include="frankenjit\frankenjit.nativeproj" />
+    <ProjectFile Condition="'$(BuildArchitecture)' == 'i386'"                                     Include="frankenaltjit\frankenaltjit.nativeproj" />
 
     <!-- This might be useful, to help make sure JIT devs build all configurations of the JIT (including crossgen), but
          it appears to cause problems with the build system, and it slows down normal JIT developer productivity by adding a seldom-useful build.