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)
Thu, Jul 23, 6:33 AM
Unknown Object (File)
Tue, Jul 21, 5:35 PM
Unknown Object (File)
Tue, Jul 21, 1:25 PM
Unknown Object (File)
Mon, Jul 20, 3:32 PM
Unknown Object (File)
Jul 3 2026, 7:19 AM
Unknown Object (File)
Jun 29 2026, 10:08 PM
Unknown Object (File)
Jun 13 2026, 7:20 PM
Unknown Object (File)
Jun 2 2026, 8:22 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