File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 17
17
</Dependency >
18
18
</ProductDependencies >
19
19
<ToolsetDependencies >
20
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25114.5 " >
20
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25120.1 " >
21
21
<Uri >https://github.com/dotnet/arcade</Uri >
22
- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
22
+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
23
23
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
24
24
</Dependency >
25
25
<Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23475.1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ elseif(TARGET_ARCH_NAME MATCHES "^(arm64|x64)$")
280
280
add_toolchain_linker_flag ("-Wl,--rpath-link=${CROSS_ROOTFS} /usr/lib64" )
281
281
add_toolchain_linker_flag ("-Wl,--rpath-link=${TIZEN_TOOLCHAIN_PATH} " )
282
282
endif ()
283
+ elseif (TARGET_ARCH_NAME STREQUAL "s390x" )
284
+ add_toolchain_linker_flag ("--target=${TOOLCHAIN} " )
283
285
elseif (TARGET_ARCH_NAME STREQUAL "x86" )
284
286
if (EXISTS ${CROSS_ROOTFS} /usr/lib/gcc/i586-alpine-linux-musl )
285
287
add_toolchain_linker_flag ("--target=${TOOLCHAIN} " )
@@ -327,6 +329,8 @@ if(TARGET_ARCH_NAME MATCHES "^(arm|armel)$")
327
329
if (TARGET_ARCH_NAME STREQUAL "armel" )
328
330
add_compile_options (-mfloat-abi=softfp )
329
331
endif ()
332
+ elseif (TARGET_ARCH_NAME STREQUAL "s390x" )
333
+ add_compile_options ("--target=${TOOLCHAIN} " )
330
334
elseif (TARGET_ARCH_NAME STREQUAL "x86" )
331
335
if (EXISTS ${CROSS_ROOTFS} /usr/lib/gcc/i586-alpine-linux-musl )
332
336
add_compile_options (--target=${TOOLCHAIN} )
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 8.0.113"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25114.5 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25120.1 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments