-
-
Notifications
You must be signed in to change notification settings - Fork 114
Updated the mingw-w64 stack #7483
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
base: main
Are you sure you want to change the base?
Conversation
|
Fixing up the linter warning in the next commit |
1fadbe8 to
3ff1dd3
Compare
|
Linter checks seems to be passing now. |
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.
A couple of things.
- Each package update should be its own commit in the form of, for example:
mingw-w64-binutils: Update to 2.45.1 **Summary** Changelog available [here](www.example.com). - We want to make sure we install license files for packages now. This is easily done with the
%install_licensemacro, which will copy the files passed to it to the correct location for you, e.g.%install_license LICENSE. In the case ofmingw-w64-binutils, there are several files, which can be installed with%install_license COPYING*.
Nice to see you back!
|
I'm taking care of the small packages for now, working my way up. And yeah I'll update the packages with that |
I though of that, but I ended up merging the commits in the end based off an old memory that I guess failed me ^^' |
Binutils updated to 2.45.1 Release notes available [here](https://lists.gnu.org/archive/html/info-gnu/2025-07/msg00009.html) Signed-off-by: Zach Bacon <thezachbacon@gmail.com>
use the same sha that the mainline gcc package uses Using the github mirror since the gcc main git is having issues Release notes available [here](https://gcc.gnu.org/pipermail/gcc/2025-August/246491.html) Signed-off-by: Zach Bacon <thezachbacon@gmail.com>
Release notes available [here](https://sourceforge.net/p/mingw-w64/mailman/message/59192665/) Signed-off-by: Zach Bacon <thezachbacon@gmail.com>
|
This should resolve this, but I'm just gonna wait on the linter before I say it's ready for review |
Summary
GCC updated to 15.2.1, same sha that the mainline gcc package uses Using the github mirror since the gcc main git is having issues Release notes available here
Binutils updated to 2.45.1
Release notes available here
mingw-w64 updated to 13.0.0
Release notes available here
Test Plan
basic C hello world test
Checklist