Page MenuHomeFreeBSD

Link efi programs with -pie rather than -shared
ClosedPublic

Authored by arichardson on May 9 2020, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 9 2024, 2:51 AM
Unknown Object (File)
Jan 5 2024, 4:39 PM
Unknown Object (File)
Dec 23 2023, 1:09 AM
Unknown Object (File)
Dec 19 2023, 5:46 AM
Unknown Object (File)
Dec 13 2023, 12:24 PM
Unknown Object (File)
Dec 12 2023, 4:33 AM
Unknown Object (File)
Sep 24 2023, 9:07 AM
Unknown Object (File)
Sep 6 2023, 9:44 AM

Details

Summary

This was causing build failures in CheriBSD where we were passing -pie
already by default.

Diff Detail

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

Event Timeline

Looks like this breaks aarch64, I got a "Synchronous exception" after the loader detects filesystems. Rebuilding after reverting the change fixed it.

In D24787#550414, @greg_unrelenting.technology wrote:

Looks like this breaks aarch64, I got a "Synchronous exception" after the loader detects filesystems. Rebuilding after reverting the change fixed it.

Does this fix it? https://github.com/CTSRD-CHERI/cheribsd/commit/ef7b5749427620d6ee1c9834ea6a264f816e99ea

In D24787#550414, @greg_unrelenting.technology wrote:

Looks like this breaks aarch64, I got a "Synchronous exception" after the loader detects filesystems. Rebuilding after reverting the change fixed it.

Does this fix it? https://github.com/CTSRD-CHERI/cheribsd/commit/ef7b5749427620d6ee1c9834ea6a264f816e99ea

Yes.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 12 2020, 11:27 AM
This revision was automatically updated to reflect the committed changes.