-
Notifications
You must be signed in to change notification settings - Fork 219
Pass correct -march option on RISC-V systems when optarch toolchain option is enabled
#5029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
135d880
Pass correct -march option in RISC-V when 'optarch': True is used
julianmorillo 5ae6951
Correct a couple of issues detected by the hound
julianmorillo 35baab2
Solve line too long and trailing whitespace
julianmorillo 4b4310d
Merge branch 'easybuilders:develop' into develop
julianmorillo 6bf2437
Use regular expression instead pipeline using grep
julianmorillo 6409794
Add a couple of tests for the new get_isa() function
julianmorillo 291b43d
Remove unused import RISCV64
julianmorillo f9035b5
Correctly initialize isa_string
julianmorillo e2f0f7e
Remove trailing whitespace
julianmorillo 494a2e5
Update easybuild/tools/systemtools.py
julianmorillo 1f9ed66
Merge branch 'easybuilders:develop' into develop
julianmorillo 76a3d8e
Change get_isa() to get_isa_riscv() (as it is a RISC-V specific
julianmorillo 69f243e
Solve E501 line too long
julianmorillo b4f215e
Consider 'rv64gc' as fallback return value and avoid raising an
julianmorillo 6894973
Fix function name in import
julianmorillo 595bdb2
Fix calls to get_isa_riscv() in test/framework/systemtools.py
julianmorillo 78c5fd8
Change fallback return value to 'rv64imafdc' (it is how 'rv64gc' is
julianmorillo 76e6881
Merge branch 'easybuilders:develop' into develop
julianmorillo bb5c5fa
Add a comment to clarify what 'rv64imafdc' is/means, and why it's a
julianmorillo 6bdd9f9
Better test example that does not use the default value used by
julianmorillo f4d81fb
Remove trailing whitespaces
julianmorillo 07ab462
Merge branch 'easybuilders:develop' into develop
julianmorillo 21d3bcf
Correct regular expression to detect ISA
julianmorillo 3673cc3
Merge branch 'easybuilders:develop' into develop
julianmorillo c5fa0a4
Add links with documentation on RISC-V ISA field and -march GCC's option
julianmorillo 48ead25
tweak get_isa_riscv to return None on non-RISCV systems, and to sort …
boegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.