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 1717 </Dependency >
1818 </ProductDependencies >
1919 <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 " >
2121 <Uri >https://github.com/dotnet/arcade</Uri >
22- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
22+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
2323 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
2424 </Dependency >
2525 <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)$")
280280 add_toolchain_linker_flag("-Wl,--rpath-link=${CROSS_ROOTFS} /usr/lib64" )
281281 add_toolchain_linker_flag("-Wl,--rpath-link=${TIZEN_TOOLCHAIN_PATH} " )
282282 endif ()
283+ elseif (TARGET_ARCH_NAME STREQUAL "s390x" )
284+ add_toolchain_linker_flag("--target=${TOOLCHAIN} " )
283285elseif (TARGET_ARCH_NAME STREQUAL "x86" )
284286 if (EXISTS ${CROSS_ROOTFS} /usr/lib/gcc/i586-alpine-linux-musl)
285287 add_toolchain_linker_flag("--target=${TOOLCHAIN} " )
@@ -327,6 +329,8 @@ if(TARGET_ARCH_NAME MATCHES "^(arm|armel)$")
327329 if (TARGET_ARCH_NAME STREQUAL "armel" )
328330 add_compile_options (-mfloat-abi=softfp)
329331 endif ()
332+ elseif (TARGET_ARCH_NAME STREQUAL "s390x" )
333+ add_compile_options ("--target=${TOOLCHAIN} " )
330334elseif (TARGET_ARCH_NAME STREQUAL "x86" )
331335 if (EXISTS ${CROSS_ROOTFS} /usr/lib/gcc/i586-alpine-linux-musl)
332336 add_compile_options (--target =${TOOLCHAIN} )
Original file line number Diff line number Diff line change 33 "dotnet" : " 8.0.113"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25114.5 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25120.1 "
77 }
88}
You can’t perform that action at this time.
0 commit comments