Page MenuHomeFreeBSD

devel/freebsd-gcc9: Bump to 9.5.0.
ClosedPublic

Authored by jhb on Jun 30 2022, 10:30 PM.
Tags
None
Referenced Files
F80141280: D35684.diff
Thu, Mar 28, 12:12 PM
Unknown Object (File)
Feb 9 2024, 12:04 AM
Unknown Object (File)
Feb 8 2024, 11:11 PM
Unknown Object (File)
Jan 10 2024, 10:01 PM
Unknown Object (File)
Dec 29 2023, 1:15 PM
Unknown Object (File)
Dec 22 2023, 11:24 PM
Unknown Object (File)
Nov 10 2023, 11:11 AM
Unknown Object (File)
Nov 9 2023, 2:44 PM

Details

Summary

While here, switch the default ABI for powerpc64 to ELFv2.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 46217
Build 43106: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jun 30 2022, 10:30 PM
lwhsu added inline comments.
devel/freebsd-gcc9/Makefile
51

Just being curious why disable zstd while we have that in base.

devel/freebsd-gcc9/Makefile
51

This matches a commit made to lang/gcc9 (and in other GCC ports).

commit 8397eda9d22a3b36d66a48acfbc69577af55bebe
Author: Gerald Pfeifer <gerald@FreeBSD.org>
Date: Wed Mar 3 21:43:02 2021 +0000

Back port part of r566296 | gerald | 2021-02-22 from lang/gcc9-devel:

  [B]ack port of part of r565301 | gerald | 2021-02-15 from
  lang/gcc11-devel:

    Explicitly build --without-zstd such that archivers/zstd isn't pulled
    in inadvertedly when present in the build system even though it is not
    an explicit dependency. [1]
lwhsu added subscribers: salvadore, gerald.
In D35684#818236, @jhb wrote:

Any further thoughts @lwhsu ?

I think it's fine as for aligning with ports.

For ports I would suggest have an OPTION as it seems used by LTO related things?

This revision is now accepted and ready to land.Aug 4 2022, 10:30 AM
This revision was automatically updated to reflect the committed changes.