Page MenuHomeFreeBSD

devel/freebsd-gcc*: include libgcc in build
Needs ReviewPublic

Authored by siva on Tue, Sep 8, 7:53 PM.
Tags
None
Referenced Files
F171546117: D59510.id186224.diff
Fri, Sep 11, 4:47 PM
F171545637: D59510.diff
Fri, Sep 11, 4:42 PM
F171504717: D59510.diff
Fri, Sep 11, 12:42 PM
Unknown Object (File)
Thu, Sep 10, 4:45 PM
Unknown Object (File)
Thu, Sep 10, 12:40 PM
Subscribers
None

Details

Reviewers
jhb
Summary

This brings in libgcov and fixes the FreeBSD LINT[0]
kernel build that includes GCOV[1].

This also requires a workaround to ensure that
ALL_TARGET is processed sequentially, because at
higher core counts, libgcc configure fails
when it can't find a prebuilt xgcc binary.

[0] https://cgit.freebsd.org/src/tree/sys/amd64/conf/NOTES?id=886164895f3f4805dc11171ac7980acaccf6ec77#n10
[1] https://cgit.freebsd.org/src/tree/sys/conf/kern.pre.mk?id=886164895f3f4805dc11171ac7980acaccf6ec77#n104

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76671
Build 73554: arc lint + arc unit

Event Timeline

siva requested review of this revision.Tue, Sep 8, 7:53 PM
siva created this revision.