Blame SOURCES/aspnetcore-44583-ppc64le-crossgen.patch

c51fa4
From d77f55bc7c5f6dd087113b6e93b7778d3ebcdbb4 Mon Sep 17 00:00:00 2001
c51fa4
From: Sapana Khemkar <sapana.khemkar@ibm.com>
c51fa4
Date: Fri, 14 Oct 2022 05:44:54 +0000
c51fa4
Subject: [PATCH] add ppc64le arch to crossgen2 not available list
c51fa4
c51fa4
---
c51fa4
 .../App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj   | 4 ++--
c51fa4
 1 file changed, 2 insertions(+), 2 deletions(-)
c51fa4
c51fa4
diff --git a/src/aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
c51fa4
index c062788037..4dfa88f7d6 100644
c51fa4
--- a/src/aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
c51fa4
+++ b//src/aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj
c51fa4
@@ -42,8 +42,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
c51fa4
     
c51fa4
     <AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder>$(AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder);.r2rmap</AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder>
c51fa4
 
c51fa4
-    
c51fa4
-    <CrossgenOutput Condition=" '$(TargetArchitecture)' == 's390x' ">false</CrossgenOutput>
c51fa4
+    
c51fa4
+    <CrossgenOutput Condition=" '$(TargetArchitecture)' == 's390x' OR '$(TargetArchitecture)' == 'armv6' OR '$(TargetArchitecture)' == 'ppc64le' ">false</CrossgenOutput>
c51fa4
     <CrossgenOutput Condition=" '$(CrossgenOutput)' == '' AND '$(Configuration)' != 'Debug' ">true</CrossgenOutput>
c51fa4
 
c51fa4