-
Notifications
You must be signed in to change notification settings - Fork 2k
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
toolchain/gnu.inc.mk: don't check version if CC is not installed #19137
toolchain/gnu.inc.mk: don't check version if CC is not installed #19137
Conversation
With b30efee a warning was introduced when using `make term` without the proper toolchain installed (e.g. when using BUILD_IN_DOCKER, but `term` outside of the docker). This removes this warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK.
bors merge
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
👎 Rejected by PR status |
bors retry |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
bors cancel |
Canceled. |
Build succeeded: |
Backport provided in #19152 |
Contribution description
With b30efee a warning was introduced when using
make term
without the proper toolchain installed (e.g. when using BUILD_IN_DOCKER, butterm
outside of the docker). This removes this warning.Testing procedure
Run
make term
for a board where you do not have the toolchain installed. Output such asshould disappear with this PR.
Issues/PRs references
Fixes a minor issue introduced in #18935.