Set ARMEL for TIZEN#129222
Merged
Merged
Conversation
Member
Author
|
@dotnet/samsung FYI |
Member
|
cc @janvorli, @simonrozsival it looks like a typo. |
This was referenced Jun 10, 2026
Open
Member
Author
|
#127578 removed some codes which add some SOFTP build options. Because some of them were used for Tizen ARMEL, currently it built without ARM_SOFTP option. To support runtime/eng/native/configureplatform.cmake Lines 314 to 316 in 7d42228 runtime/eng/native/configurecompiler.cmake Lines 864 to 867 in 7d42228 |
Member
|
/ba-g The job running on agent NetCore-Public 381 ran longer than the maximum time of 180 minutes. |
jkotas
approved these changes
Jun 11, 2026
BoyBaykiller
pushed a commit
to BoyBaykiller/runtime
that referenced
this pull request
Jun 11, 2026
Fixes an issue on Tizen targets following changes in dotnet#127578. By correctly identifying the Tizen ARM host and setting CLR_CMAKE_HOST_ARCH to "armel", this ensures that the required SOFTFP build option is properly applied, resolving the runtime failure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes an issue on Tizen targets following changes in #127578.
By correctly identifying the Tizen ARM host and setting CLR_CMAKE_HOST_ARCH to "armel",
this ensures that the required SOFTFP build option is properly applied, resolving the runtime failure.