File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25114.5 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25120.1 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
8+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
99 </Dependency >
10- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25114.5 " >
10+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25120.1 " >
1111 <Uri >https://github.com/dotnet/arcade</Uri >
12- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
12+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
1313 </Dependency >
1414 </ToolsetDependencies >
1515</Dependencies >
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 " ,
7- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25114.5 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25120.1 " ,
7+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25120.1 "
88 }
99}
You can’t perform that action at this time.
0 commit comments