Disable the BSD CRT code on powerpc and sparc64, they need extra crt*.o

files that haven't been implemented.

Reported by:	sbruno
MFC with:	r339738
Sponsored by:	DARPA, AFRL
This commit is contained in:
andrew 2018-12-03 09:40:37 +00:00
parent b1bbabbbe7
commit 657dcfb9b9

@ -386,6 +386,11 @@ BROKEN_OPTIONS+=HYPERV
BROKEN_OPTIONS+=NVME
.endif
# PowerPC and Sparc64 need extra crt*.o files
.if ${__T:Mpowerpc*} || ${__T:Msparc64}
BROKEN_OPTIONS+=BSD_CRTBEGIN
.endif
.include <bsd.mkopt.mk>
#