Page MenuHomeFreeBSD

do not look for -lssp when MK_SSP=no
ClosedPublic

Authored by br on Oct 10 2016, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 19 2024, 3:17 PM
Unknown Object (File)
Mar 19 2024, 3:05 PM
Unknown Object (File)
Feb 10 2024, 1:44 PM
Unknown Object (File)
Jan 23 2024, 4:40 AM
Unknown Object (File)
Nov 11 2023, 9:35 AM
Unknown Object (File)
Nov 7 2023, 11:37 PM
Unknown Object (File)
Nov 5 2023, 3:17 AM
Unknown Object (File)
Oct 25 2023, 6:08 AM
Subscribers
None

Details

Summary

gcc can't compile anything as we have no /usr/lib/libssp_nonshared.a anymore on MIPS (we have MK_SSP=no),
so remove from ldscript

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br retitled this revision from to do not look for -lssp when MK_SSP=no.
br updated this object.
br edited the test plan for this revision. (Show Details)
br added a reviewer: imp.
br added a reviewer: emaste.
imp edited edge metadata.

I think this looks good to me. Seems reasonable, uses all the right variables for the tests, etc. Don't know if the script will actually work, but if you've tested that, we're go for commit.

This revision is now accepted and ready to land.Oct 12 2016, 3:57 AM
This revision was automatically updated to reflect the committed changes.