Bug 255454 - devel/avr-gcc: Update to 10.2.0
Summary: devel/avr-gcc: Update to 10.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joerg Wunsch
URL:
Keywords:
Depends on:
Blocks: 254447
  Show dependency treegraph
 
Reported: 2021-04-28 10:19 UTC by Mateusz Piotrowski
Modified: 2021-05-06 22:45 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (joerg)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2021-04-28 10:19:16 UTC
https://reviews.freebsd.org/D30022
Comment 1 Craig Leres freebsd_committer freebsd_triage 2021-04-29 01:40:17 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.
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2021-04-29 11:44:10 UTC
(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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-06 21:23:44 UTC
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(-)
Comment 4 Mateusz Piotrowski freebsd_committer freebsd_triage 2021-05-06 22:45:54 UTC
Thanks!