Page MenuHomeFreeBSD

Don't build libssp as a prereq lib if WITHOUT_SSP is set
ClosedPublic

Authored by emaste on Oct 20 2016, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 9:35 PM
Unknown Object (File)
Fri, Apr 26, 7:05 AM
Unknown Object (File)
Mon, Apr 8, 2:59 AM
Unknown Object (File)
Mar 25 2024, 9:12 PM
Unknown Object (File)
Mar 25 2024, 8:14 PM
Unknown Object (File)
Mar 8 2024, 8:50 PM
Unknown Object (File)
Mar 8 2024, 8:50 PM
Unknown Object (File)
Mar 8 2024, 8:50 PM
Subscribers

Details

Summary

Note that this changes the ordering of _prereq_libs entries, which are built serially. I have a build running now to make sure the build is still successful, but would appreciate confirmation. (Or information that changing the order is not acceptable.)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to Don't build libssp as a prereq lib if WITHOUT_SSP is set.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: bdrewery, imp.
emaste added a subscriber: brooks.
Makefile.inc1
1986–1989

Is removing gnu from gnu/lib/libgcc intended?

Fix gnu/lib/libgcc vs lib/libgcc reported by @brooks

brooks added a reviewer: brooks.

LGTM subject to the ordering change working

This revision is now accepted and ready to land.Oct 20 2016, 8:56 PM

LGTM subject to the ordering change working

Tinderbox is currently (still) broken by the netmap import but buildworld seems OK.

@kan originally added this in rS195697, which points out that libgcc is linked last and cannot depend on ssp symbols.

This revision was automatically updated to reflect the committed changes.