This fixes PowerPC64 automatic ABI detection not working properly. ELFv2 option should be marked if you are on ELFv2 environment.
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/llvm90/Makefile | ||
---|---|---|
224 ↗ | (On Diff #65642) | I don't understand. I thought once you included bsd.port.options.mk you couldn't change OPTIONS any further? |
devel/llvm90/Makefile | ||
---|---|---|
224 ↗ | (On Diff #65642) | I don't know, this "just works". What doesn't work is checking PPC_ABI in the beginning of the file, when OPTIONS are being defined. https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html says:
|