Summary: | devel/avr-gcc: Update to 10.2.0 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mateusz Piotrowski <0mp> |
Component: | Individual Port(s) | Assignee: | Joerg Wunsch <joerg> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | leres |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(joerg) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 254447 |
Description
Mateusz Piotrowski
2021-04-28 10:19:16 UTC
I built this version and did a quick test; (selfishly) it produces images that work for me. I'm surprised to see they are slightly larger (< 1%), last time we upgraded avr-gcc one or more major version, images built with -Os got significantly smaller. One suggestion I would make is to lose MAKE_JOBS_UNSAFE, the single threaded built was taking for-ev-er so I commented this out and it built fine on my amd64/12.2 poudriere server. (In reply to Craig Leres from comment #1) Thanks! Removing MAKE_JOBS_UNSAFE seems be to not influence the build process in any bad way. I've updated the patch. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2767ba1088ed80991b450caf22b9b56dad907e1 commit d2767ba1088ed80991b450caf22b9b56dad907e1 Author: Joerg Wunsch <joerg@FreeBSD.org> AuthorDate: 2021-05-06 21:22:24 +0000 Commit: Joerg Wunsch <joerg@FreeBSD.org> CommitDate: 2021-05-06 21:22:24 +0000 Update to GCC 10.2.0 PR: 255454 Differential Revision: https://reviews.freebsd.org/D30022 devel/avr-gcc/Makefile | 13 +- devel/avr-gcc/distinfo | 6 +- devel/avr-gcc/pkg-plist | 1680 +++++++++++++++++++++++++---------------------- 3 files changed, 905 insertions(+), 794 deletions(-) Thanks! |