From cef2e4283bd2d74140fda1591af2e4277ee8094a Mon Sep 17 00:00:00 2001 From: Szczepan Date: Sat, 4 Feb 2023 18:14:37 +0000 Subject: [PATCH 1/4] Use UseLlvmLinker=true when targeting FreeBSD --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index eb9f33319f02a5..ae7c54a040279a 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -149,6 +149,7 @@ The .NET Foundation licenses this file to you under the MIT license. + true From 352da6e4eccf061a124b28889e419200604e3404 Mon Sep 17 00:00:00 2001 From: Szczepan Date: Sat, 4 Feb 2023 19:13:18 +0000 Subject: [PATCH 2/4] Fix case --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 2d54defa5fc3f1..272bb67e326ada 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -150,7 +150,7 @@ The .NET Foundation licenses this file to you under the MIT license. - true + true From a303199143cafd4f8eff6d0d01ec80df65522bf1 Mon Sep 17 00:00:00 2001 From: Szczepan Date: Sat, 4 Feb 2023 19:19:17 +0000 Subject: [PATCH 3/4] Fix case --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 272bb67e326ada..536530d2b434ac 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -150,7 +150,7 @@ The .NET Foundation licenses this file to you under the MIT license. - true + true From c104086b77a9e9f372a5d1f6d0c6b4c4db68365c Mon Sep 17 00:00:00 2001 From: Szczepan Date: Sat, 4 Feb 2023 19:45:37 +0000 Subject: [PATCH 4/4] Moved to proper place --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 536530d2b434ac..d4a5f4197b846d 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -21,6 +21,7 @@ The .NET Foundation licenses this file to you under the MIT license. ar --flat <_SymbolPrefix Condition="'$(TargetOS)' == 'osx'">_ + true @@ -150,7 +151,6 @@ The .NET Foundation licenses this file to you under the MIT license. - true