mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
use ld_classic in ILC build and in build integration
This commit is contained in:
parent
5ad4cd11a1
commit
76586c5b39
2 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,7 @@ The .NET Foundation licenses this file to you under the MIT license.
|
|||
<LinkerArg Include="-L/usr/local/lib -linotify" Condition="'$(_targetOS)' == 'freebsd'" />
|
||||
<LinkerArg Include="@(ExtraLinkerArg->'-Wl,%(Identity)')" />
|
||||
<LinkerArg Include="@(NativeFramework->'-framework %(Identity)')" Condition="'$(_IsApplePlatform)' == 'true'" />
|
||||
<LinkerArg Include="-ld_classic" Condition="'$(_IsApplePlatform)' == 'true'" />
|
||||
<LinkerArg Include="-Wl,--eh-frame-hdr" Condition="'$(_IsApplePlatform)' != 'true'" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
|
||||
<ItemGroup Condition="'$(NativeAotSupported)' == 'true'">
|
||||
<CustomLinkerArg Condition="'$(CrossBuild)' == 'true' and '$(_hostArchitecture)' == '$(_targetArchitecture)' and '$(_hostOS)' != 'windows' and '$(_IsApplePlatform)' != 'true'" Include="--gcc-toolchain=$(ROOTFS_DIR)/usr" />
|
||||
<CustomLinkerArg Condition="'$(_IsApplePlatform)' == 'true'" Include="-ld_classic" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PublishCompiler"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue