Skip to content
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

[features,pkg_win] fix feature and toolchain resolution bugs #39

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

timothytrippel
Copy link
Collaborator

This PR contains three commits that:

  1. updates the platforms dep from 0.0.5 to 0.0.10,
  2. enables CC toolchain resolution across older and newer versions of Bazel which are used across lowRISC repos, and
  3. enables distinguishing between C-only and C/C++ features, and fixes the -Wstrict-prototypes warning to only apply to C code, not C++ code (as specified by https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-prototypes)

Update platforms dep from 0.0.5 to 0.0.10.

Signed-off-by: Tim Trippel <[email protected]>
This enables CC toolchain resolution across older and newer versions of
Bazel which are used across lowRISC repos.

Signed-off-by: Tim Trippel <[email protected]>
The `-Wstrict-prototypes` warning is only applicable to C code, not C++
code. See https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-prototypes

Signed-off-by: Tim Trippel <[email protected]>
@timothytrippel timothytrippel changed the title Update deps [features,pkg_win] fix feature and toolchain resolution bugs Oct 16, 2024
@timothytrippel timothytrippel merged commit 1e104fe into lowRISC:main Oct 17, 2024
1 check passed
@timothytrippel timothytrippel deleted the update-deps branch October 17, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants