From e2a706e206ba620bffa94cc1c4959cfb82cb3638 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szczepan=20=C4=86wikli=C5=84ski?= Date: Thu, 2 Feb 2023 16:58:22 +0100 Subject: [PATCH] Fix build for FreeBSD arm64 w/NativeAOT (#81510) --- src/coreclr/tools/aot/ILCompiler/ILCompiler.props | 1 + src/coreclr/tools/aot/ILCompiler/repro/repro.csproj | 2 +- .../pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props index 347ead3..da20948 100644 --- a/src/coreclr/tools/aot/ILCompiler/ILCompiler.props +++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler.props @@ -46,6 +46,7 @@ $(runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion) $(runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion) $(runtimefreebsdx64MicrosoftNETCoreRuntimeObjWriterVersion) + $(runtimefreebsdarm64MicrosoftNETCoreRuntimeObjWriterVersion) true diff --git a/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj b/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj index 48b2709..9c3ca66 100644 --- a/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj +++ b/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj @@ -6,7 +6,7 @@ AnyCPU false false - linux-x64;win-x64;osx-x64;freebsd-x64 + linux-x64;win-x64;osx-x64;freebsd-x64;freebsd-arm64 Debug;Release;Checked true false diff --git a/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props b/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props index 8cd82c0..bab4b4c 100644 --- a/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props +++ b/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props @@ -9,6 +9,7 @@ - + + -- 2.7.4