arcv: Remove mtune=arc-v-rmx-100-series from t-arcv config list #139
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.
If GCC is built with --with-mtune=arc-v-rmx-100-series and mtune=arc-v-rmx-100-series is mentioned in MULTILIB_OPTIONS list of multilib options, then GCC cannot link an application properly in these cases:
In both cases -mtune=arc-v-rmx-100-series is passed explicitly, but the corresponding configuration cannot be chosen since mtune=arc-v-rmx-100-series is not mentioned in t-arcv for them.
Since arc-v-rmx-100-series is a default -mtune value for ARC-V, then mtune=arc-v-rmx-100-series maybe omitted in t-arc and assumed to be a default -mtune value for all configurations without mtune=... field.
Thanks for taking the time to contribute to GCC! Please be advised that if you are
viewing this on
github.com
, that the mirror there is unofficial and unmonitored.The GCC community does not use
github.com
for their contributions. Instead, we usea mailing list (
[email protected]
) for code submissions, code reviews, andbug reports. Please send patches there instead.
This PR fixes foss-for-synopsys-dwc-arc-processors/toolchain#656.