Page MenuHomeFreeBSD

Features/ssp.mk: Do not pass -fstack-protector as LDFLAGS
ClosedPublic

Authored by arrowd on Jul 1 2025, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 1:48 AM
Unknown Object (File)
Sun, Mar 29, 12:55 AM
Unknown Object (File)
Sat, Mar 28, 1:43 AM
Unknown Object (File)
Sat, Mar 28, 1:43 AM
Unknown Object (File)
Thu, Mar 26, 9:39 AM
Unknown Object (File)
Tue, Mar 24, 3:11 AM
Unknown Object (File)
Mon, Mar 23, 7:27 PM
Unknown Object (File)
Mar 12 2026, 11:25 PM
Subscribers
None

Details

Summary

This isn't really a linker flag and worked only because C/C++ compiler is
usually used as linker.

This is backed by my own study of LLVM's code as well as this reply from
Flang's dev: https://discourse.llvm.org/t/flang-working-as-linker/87133/5

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable