This forces applications linked with lib CSU to have a .got, fixing binaries linked with LLD9 after secure-plt was enabled on FreeBSD.
The following comment by Fangrui Song was extracted from: https://bugs.llvm.org/show_bug.cgi?id=43116#c11
"FreeBSD rtld-elf powerpc doesn't have GOT-generating relocations in its crt files but it supports lazy binding PLT. In the -fno-pie -no-pie crt files, I think there should be a
.reloc 0, R_PPC_NONE, _GLOBAL_OFFSET_TABLE_
to make it clear .got is needed."